summaryrefslogtreecommitdiff
path: root/graph.sh
blob: da8f49cb1f4ca745d735a584ca2f49a0b6a0a15b (plain)
1
2
3
4
5
6
#!/bin/sh
(
	echo "digraph {"
	grep ' ' | sed 's/\(.*\) \(.*\)/\t\2->\1;/'
	echo "}"
) | dot -Tpng | feh -