summaryrefslogtreecommitdiff
path: root/chrysalide.sh
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-01-14 20:40:23 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-01-14 20:40:23 (GMT)
commit15b01266e1d7e193280658f300fd7d95bd918626 (patch)
tree4bc1a034dd1d379b8eeda917feee5303800ae802 /chrysalide.sh
Created an initial version with dummy rendering.
Diffstat (limited to 'chrysalide.sh')
-rwxr-xr-xchrysalide.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/chrysalide.sh b/chrysalide.sh
new file mode 100755
index 0000000..b43716c
--- /dev/null
+++ b/chrysalide.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+OUTPUT="2017-2018.png"
+
+python3 ./gas.py \
+ --header "Chrysalide's Git repository in 2017" \
+ --footer "Get more info at chrysalide.re" \
+ --output $OUTPUT
+
+eog $OUTPUT