summaryrefslogtreecommitdiff
path: root/chrysalide.sh
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-01-15 23:59:59 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-01-15 23:59:59 (GMT)
commit169bab9bffb4b987e87448525e59813a658edb76 (patch)
tree65838243872e375e618f424827397ec6a5c41f3b /chrysalide.sh
parent15b01266e1d7e193280658f300fd7d95bd918626 (diff)
Written a first usable version.HEADmaster
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