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

# Wiki update

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