jive.sh in jive-0.5.0 vs jive.sh in jive-0.6.0

- old
+ new

@@ -54,9 +54,13 @@ case "${task}" in cd:*) # shellcheck disable=SC2164 cd "${task//cd:/}" ;; + ctags:*) + # shellcheck disable=SC2164 + ctags -R "${task//ctags:/}" + ;; setenv:*) export "${task//setenv:/}" ;; *) echo "Woof! ${task}"