First commit of old project

This commit is contained in:
Ismo Vuorinen
2011-04-01 09:12:00 +03:00
commit 7356ced2fb
4 changed files with 288 additions and 0 deletions

9
run.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/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