diff options
author | Malf Furious <m@lfurio.us> | 2017-08-30 02:12:53 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2017-08-30 02:12:53 -0400 |
commit | 54a89c14243181e93881b5b88518681a3290b2d3 (patch) | |
tree | f9b2dd895ab39c3566437ec59f354e5761a5f4f8 /main.sh | |
parent | 5685ffd3773d987aca36b6f6be3e2bab88598a92 (diff) | |
download | systrunk-54a89c14243181e93881b5b88518681a3290b2d3.tar.gz systrunk-54a89c14243181e93881b5b88518681a3290b2d3.zip |
Add log op
Diffstat (limited to 'main.sh')
-rw-r--r-- | main.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |