summaryrefslogtreecommitdiff
path: root/jive.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jive.sh')
-rw-r--r--jive.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/jive.sh b/jive.sh
index f936b7f..80789f9 100644
--- a/jive.sh
+++ b/jive.sh
@@ -56,6 +56,10 @@ __jive_execute_task() {
# shellcheck disable=SC2164
cd "${task//cd:/}"
;;
+ ctags:*)
+ # shellcheck disable=SC2164
+ ctags -R "${task//ctags:/}"
+ ;;
setenv:*)
export "${task//setenv:/}"
;;