mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-11-09 16:00:35 +00:00
sh: Move CURRENT_DIR to top of script as convention
This commit is contained in:
parent
85d151df03
commit
16a1ac9cf5
@ -1,5 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
|
||||||
PARAMS=()
|
PARAMS=()
|
||||||
|
|
||||||
function add-boolean-param {
|
function add-boolean-param {
|
||||||
|
Loading…
Reference in New Issue
Block a user