aboutsummaryrefslogtreecommitdiff
path: root/wiki
diff options
context:
space:
mode:
Diffstat (limited to 'wiki')
-rwxr-xr-xwiki4
1 files changed, 3 insertions, 1 deletions
diff --git a/wiki b/wiki
index 67d3000..74097e1 100755
--- a/wiki
+++ b/wiki
@@ -12,7 +12,9 @@ fi
pushd $WIKIPATH
-case $1 in
+command=$1
+
+case $command in
commit)
shift
if [ $# -eq 0 ]; then