harmonizing shebang for scripts
authorChris Koeritz <fred@gruntose.com>
Fri, 15 Jul 2022 20:33:40 +0000 (16:33 -0400)
committerChris Koeritz <fred@gruntose.com>
Fri, 15 Jul 2022 20:33:40 +0000 (16:33 -0400)
commit752de8370db122bab6ba15d4af0a6b7103068b15
tree4281386186471d4d11bbf16007ca6ff652114aa1
parentb6af556282b79c026f5b038fccbbf9cabc692890
harmonizing shebang for scripts

this starts using the 'env' tool to locate bash for us, so we don't have
hard-coded paths.  the hard-coding of those always bugged me, and this
is a better solution, assuming that the environment has 'bash' resolve
to the right version of bash.  that is an externality that we cannot
enforce or guarantee, so it's appropriate to give up on trying to do so.
12 files changed:
scripts/core/array_sifter.sh
scripts/core/common.alias
scripts/core/connect_feisty_meow.sh
scripts/core/create_tempdir.sh
scripts/core/functions.sh
scripts/core/inventory.sh
scripts/core/is_feisty_up.sh
scripts/core/launch_feisty_meow.sh
scripts/core/prep_feisty_host.sh
scripts/core/reconfigure_feisty_meow.sh
scripts/core/search_replace.sh
scripts/core/variables.sh