summaryrefslogtreecommitdiffstats
path: root/main.sh
diff options
context:
space:
mode:
authorMalf Furious <m@lfurio.us>2017-08-30 02:12:53 -0400
committerMalf Furious <m@lfurio.us>2017-08-30 02:12:53 -0400
commit54a89c14243181e93881b5b88518681a3290b2d3 (patch)
treef9b2dd895ab39c3566437ec59f354e5761a5f4f8 /main.sh
parent5685ffd3773d987aca36b6f6be3e2bab88598a92 (diff)
downloadsystrunk-54a89c14243181e93881b5b88518681a3290b2d3.tar.gz
systrunk-54a89c14243181e93881b5b88518681a3290b2d3.zip
Add log op
Diffstat (limited to 'main.sh')
-rw-r--r--main.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.sh b/main.sh
index 86fcaff..957cc24 100644
--- a/main.sh
+++ b/main.sh
@@ -36,6 +36,8 @@ function main
systr_commit "$@"
elif [[ "$cmd" == "tag" ]]; then
systr_repo_tag "$@"
+ elif [[ "$cmd" == "log" ]]; then
+ systr_repo_generate_log "$@"
else
echo "Fatal: $cmd not recognized"
fi