diff options
| author | Marc Vertes <mvertes@free.fr> | 2020-01-17 17:01:49 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2020-01-17 17:01:49 +0100 |
| commit | 93deded1025398956d908bff41f230a6e9cdaf26 (patch) | |
| tree | dcfdc0e5b67c6542e9a740db27e1ce0535de4a5f | |
| parent | bc323f240b27807d1ac1e374563e20023b92a2b3 (diff) | |
add bin/wup
| -rwxr-xr-x | bin/wup | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +#!/bin/sh + +# Wiki update + +cd ~/Wiki || exit 1 +[ "$(git status --porcelain)" ] && { git add .; git commit -m update; } +git pull +git push |
