summaryrefslogtreecommitdiffstats
path: root/main.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--main.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.sh b/main.sh
index 2de2582..0268643 100644
--- a/main.sh
+++ b/main.sh
@@ -17,6 +17,8 @@ function main
systr_checkout $@
elif [[ "$1" == "status" ]]; then
systr_status $@
+ elif [[ "$1" == "commit" ]]; then
+ systr_commit $@
else
echo "Error: $1 not recognized"
fi