Add shell scrpits

This commit is contained in:
legion 2020-12-13 11:54:17 +01:00
parent bc6d07d7f5
commit d888a44987
2 changed files with 2 additions and 0 deletions

1
static/logoGen/clean.sh Normal file
View File

@ -0,0 +1 @@
rm gen_*

1
static/logoGen/genAll.sh Normal file
View File

@ -0,0 +1 @@
for f in *.svg; do python3 generate.py $f colortables.json; done