summaryrefslogtreecommitdiff
path: root/chrysalide.sh
blob: d821e4c9a3e932482b0340882410a007c939f8f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

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

eog $OUTPUT