diff options
| author | mo khan <mo@mokhan.ca> | 2025-02-10 14:47:47 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-02-10 14:47:47 -0700 |
| commit | b2bf2e20fe0bd813e17e311fe1df67483f4b192b (patch) | |
| tree | 041455ae7fc3d09482dee7b6a3b0de12bdff31e1 /jive.sh | |
| parent | 5f6131b49c3d559ea717e401accd15f8c2193e2f (diff) | |
Diffstat (limited to 'jive.sh')
| -rw-r--r-- | jive.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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:/}" ;; |
