Codebase list centreon-engine / lintian-fixes/main deps.sh
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

deps.sh @lintian-fixes/mainraw · 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&