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