summaryrefslogtreecommitdiff
path: root/chrysalide.sh
diff options
context:
space:
mode:
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