Closed stealthybox closed 5 years ago
shellcheck
"${var}" / "$(cmd)"
$var / $(cmd)
do_footloose()
$arg
sudo
sudo="" ./setup.sh
shellcheck
issues to a smaller list"${var}" / "$(cmd)"
vs$var / $(cmd)
do_footloose()
to fix PATH's with spaces to not crashing the script$arg
that causes crashsudo
as an overrideable ENV var:sudo="" ./setup.sh