From 2502fffe37dc3aed20bc9decdfb04a5b6e15271e Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Fri, 1 Apr 2011 09:24:02 +0300 Subject: [PATCH] runner for dot/twopi graph --- run.sh => run_twopi.sh | 4 ++++ 1 file changed, 4 insertions(+) rename run.sh => run_twopi.sh (61%) diff --git a/run.sh b/run_twopi.sh similarity index 61% rename from run.sh rename to run_twopi.sh index 00353c3..0c356ad 100755 --- a/run.sh +++ b/run_twopi.sh @@ -1,5 +1,9 @@ #!/usr/bin/env bash +# if no movie-links.list then download from +# ftp://ftp.funet.fi//.m/mirrors1l/ftp.imdb.com/pub/movie-links.list.gz +# and decompress + FILENAME=$(date +%Y-%m-%d); # process and create .dot python imdbref.py > $FILENAME.dot