1
0
Fork 0

add bot script

This commit is contained in:
genofire 2020-04-20 11:16:52 +02:00
parent a1211cf5e9
commit a189aa235c
1 changed files with 7 additions and 0 deletions

7
update.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
wget -O plenum.md "https://md.ccc-mannheim.de/9vP-toraQhOONftDOFuQtw/download"
if [[ $(git diff --shortstat 2> /dev/null | tail -n1) != "" ]]; then
git commit -m "bot update" *.md
fi