From 16a1ac9cf5f6b4223ca2ccf19841b78f131cbacf Mon Sep 17 00:00:00 2001 From: Robert Estelle Date: Wed, 29 Jul 2020 11:35:42 -0700 Subject: [PATCH] sh: Move CURRENT_DIR to top of script as convention --- tmux-thumbs.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux-thumbs.sh b/tmux-thumbs.sh index 81859ff..b6ee475 100755 --- a/tmux-thumbs.sh +++ b/tmux-thumbs.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash +CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" + PARAMS=() function add-boolean-param {