diff options
Diffstat (limited to '')
-rw-r--r-- | main.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |