diff options
author | Malf Furious <m@lfurio.us> | 2018-10-09 22:30:34 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2018-10-09 22:30:34 -0400 |
commit | 9f3b98c7cc7e04369367e97a9cb328443ad9f0c0 (patch) | |
tree | ed288c392509ad87e1e112faf695c09b0c73f555 /main.sh | |
parent | 942d22a2fec76dcadc34225f7c8ce80d286e52df (diff) | |
parent | b61e56981dd705b56496090972d085a8b77d5366 (diff) | |
download | systrunk-master.tar.gz systrunk-master.zip |
Diffstat (limited to 'main.sh')
-rw-r--r-- | main.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -55,6 +55,10 @@ function main systr_short_log "$@" elif [[ "$cmd" == "log" ]]; then systr_log "$@" + elif [[ "$cmd" == "shortdiff" ]]; then + systr_short_diff "$@" + elif [[ "$cmd" == "diff" ]]; then + systr_diff "$@" elif [[ "$cmd" == "merge" ]]; then systr_merge "$@" elif [[ "$cmd" == "update" ]]; then |