From 432075a03a00add54e3490df6965b77876237bf1 Mon Sep 17 00:00:00 2001 From: Nathaniel Landau Date: Mon, 1 Nov 2021 16:24:03 -0400 Subject: [PATCH] improve shellcheck compatibility --- template.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.sh b/template.sh index 41ff085..c08c415 100755 --- a/template.sh +++ b/template.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash # shellcheck source-path=SCRIPTDIR/../shell-scripting-templates/utilities +# shellcheck source-path=SCRIPTDIR/../../shell-scripting-templates/utilities _mainScript_() { # Replace everything in _mainScript_() with your script's code @@ -14,7 +15,6 @@ _mainScript_() { input "This is input text" } - #/_mainsScript_() # ################################## Flags and defaults