~knitzsche/+junk/dotdepends

« back to all changes in this revision

Viewing changes to make_dot.sh

  • Committer: Kyle Nitzsche
  • Date: 2012-06-09 15:48:48 UTC
  • Revision ID: kyle.nitzsche@canonical.com-20120609154848-w7ybdcod0ssmgfkj
init: can generate a of all depends tree for pkg name passed to 
dotdepends. process with make_dot.sh

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
cat $1 | dot -T png -o $1.png
 
3
eog $1.png