Fix SC2035

This commit is contained in:
kayos@tcp.direct 2022-11-14 17:53:01 -08:00
parent c648ce9735
commit d94d3d47ee
Signed by: kayos
GPG Key ID: 4B841471B4BEE979

@ -6,7 +6,7 @@ mkdir -vp "$_target"
rm -v "${_target}/clone-all"
touch "${_target}/clone-all"
cd src
cat *.sh >>"${_target}/clone-all"
cat ./*.sh >>"${_target}/clone-all"
chmod +x "${_target}/clone-all"
if ! [[ ":$PATH:" == *":$_target:"* ]]; then
echo "Your PATH is missing '$_target', consider adding it."