summaryrefslogtreecommitdiffstats
path: root/main.sh
diff options
context:
space:
mode:
authorMalf Furious <m@lfurio.us>2018-10-09 22:30:34 -0400
committerMalf Furious <m@lfurio.us>2018-10-09 22:30:34 -0400
commit9f3b98c7cc7e04369367e97a9cb328443ad9f0c0 (patch)
treeed288c392509ad87e1e112faf695c09b0c73f555 /main.sh
parent942d22a2fec76dcadc34225f7c8ce80d286e52df (diff)
parentb61e56981dd705b56496090972d085a8b77d5366 (diff)
downloadsystrunk-master.tar.gz
systrunk-master.zip
Merge branch 'diff'HEADv0.2master
Diffstat (limited to 'main.sh')
-rw-r--r--main.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.sh b/main.sh
index f5a2df7..63c43ff 100644
--- a/main.sh
+++ b/main.sh
@@ -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