summaryrefslogtreecommitdiff
path: root/bin/wup
blob: e10eef4983da73c73890a78a58857a6b6cd56535 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh -e

# Wiki update

cd ~/Wiki
[ "$(git status --porcelain)" ] && git add . && git commit -m update
git pull
git push