summaryrefslogtreecommitdiff
path: root/chrysalide.sh
blob: b43716c41541763162fa1ca74be70ab4ab60edc6 (plain)
1
2
3
4
5
6
7
8
9
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