Skip to content

Commit

Permalink
Added driver script to generate the Genesis example.
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Sep 25, 2016
1 parent 1b30299 commit fb7871d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bin/genesis
@@ -0,0 +1,6 @@
#!/usr/bin/bash

TIMELINE=`dirname $0`
TIMELINE+="/timeline"
echo $TIMELINE
$TIMELINE --years_per_grid=100 --width=1000 --height=200 < genesis5.dat > genesis.svg

0 comments on commit fb7871d

Please sign in to comment.