]> Kevux Git Server - kevux-tools/commit
Cleanup: Apply new script practices.
authorKevin Day <Kevin@kevux.org>
Sat, 28 Jun 2025 03:41:08 +0000 (22:41 -0500)
committerKevin Day <Kevin@kevux.org>
Sat, 28 Jun 2025 03:41:08 +0000 (22:41 -0500)
commit7d9e14a99ef788495caea34f73a944c4a426daef
tree1f50cc537c42847fad11f7b475b42b4902259bc0
parent6c3d8a13f68a82903dd0c978f90dded0bc8fc33c
Cleanup: Apply new script practices.

Be more consistent about wrapping all variables in brackets.
This helps make the code more consistent and also more compatible with other interpreters like ZSH.

Don't use echo pipe syntax and instead use "<<<" redirection pipe syntax for passing variables to program calls.

The grep commands should use either `-sho` or `-shoP`.
install.sh