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