summaryrefslogtreecommitdiff
path: root/chrysalide.sh
diff options
context:
space:
mode:
Diffstat (limited to 'chrysalide.sh')
-rwxr-xr-xchrysalide.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrysalide.sh b/chrysalide.sh
index b43716c..d821e4c 100755
--- a/chrysalide.sh
+++ b/chrysalide.sh
@@ -2,7 +2,11 @@
OUTPUT="2017-2018.png"
+[ -d chrysalide ] || git clone http://git.0xdeadc0de.fr/chrysalide.git
+
python3 ./gas.py \
+ --repo "$PWD/chrysalide" \
+ --year 2017 \
--header "Chrysalide's Git repository in 2017" \
--footer "Get more info at chrysalide.re" \
--output $OUTPUT