1
0
Fork 0

update bot script

This commit is contained in:
genofire 2020-04-20 11:28:13 +02:00
parent 646eaccf9c
commit 935a60adc7
1 changed files with 1 additions and 0 deletions

View File

@ -3,5 +3,6 @@ wget -q -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
git push
fi