Codebase list centreon-engine / debian/latest deps.sh
debian/latest

Tree @debian/latest (Download .tar.gz)

deps.sh @debian/latestraw · history · blame

1
2
3
4
5
#!/bin/bash

go run deps.go "$*" > /tmp/deps.dot
dot -Tpng /tmp/deps.dot -o deps.png
eog deps.png&