runner for dot/twopi graph

This commit is contained in:
Ismo Vuorinen
2011-04-01 09:24:02 +03:00
parent 7356ced2fb
commit 2502fffe37

9
run.sh
View File

@@ -1,9 +0,0 @@
#!/usr/bin/env bash
FILENAME=$(date +%Y-%m-%d);
# process and create .dot
python imdbref.py > $FILENAME.dot
# remove old
rm $FILENAME.png
# do the image from the .dot
twopi $FILENAME.dot -Tpng -v -o $FILENAME.png