codimd_docs/update.sh

8 lines
196 B
Bash
Raw Normal View History

2020-04-20 11:16:52 +02:00
#!/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