summaryrefslogtreecommitdiffstats
path: root/main.sh
diff options
context:
space:
mode:
authorMalf Furious <m@lfurio.us>2017-04-30 01:29:03 -0400
committerMalf Furious <m@lfurio.us>2017-04-30 01:29:03 -0400
commit9900821d6b8c704bb8f8399d1a343aa5d780abf7 (patch)
treea824256ea485fc5a29aa094d81e717d120c7ba42 /main.sh
parentd919e18488c196caf7a8ea7a8db9bd7dc75995d0 (diff)
downloadsystrunk-9900821d6b8c704bb8f8399d1a343aa5d780abf7.tar.gz
systrunk-9900821d6b8c704bb8f8399d1a343aa5d780abf7.zip
Add commit module
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 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