mirror of
https://github.com/ivuorinen/imdbref.git
synced 2026-01-26 03:14:09 +00:00
runner for dot/twopi graph
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user