diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/wup | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ -#!/bin/sh +#!/bin/sh -e # Wiki update -cd ~/Wiki || exit 1 -[ "$(git status --porcelain)" ] && { git add .; git commit -m update; } +cd ~/Wiki +[ "$(git status --porcelain)" ] && git add . && git commit -m update git pull git push |
