add bot script
This commit is contained in:
parent
a1211cf5e9
commit
a189aa235c
1 changed files with 7 additions and 0 deletions
7
update.sh
Executable file
7
update.sh
Executable 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
|
||||||
|
|
Loading…
Reference in a new issue