diff options
author | Malf Furious <m@lfurio.us> | 2017-04-29 20:39:25 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2017-04-29 20:39:25 -0400 |
commit | d919e18488c196caf7a8ea7a8db9bd7dc75995d0 (patch) | |
tree | 9938a60fd5ea9fb5fb7adae220d0df94e00d6361 /main.sh | |
parent | 5de1fd7075686d8e8ba7861e789b343808383e20 (diff) | |
download | systrunk-d919e18488c196caf7a8ea7a8db9bd7dc75995d0.tar.gz systrunk-d919e18488c196caf7a8ea7a8db9bd7dc75995d0.zip |
Add status module
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 |