]> Kevux Git Server - control/commit
Cleanup: Apply new script practices.
authorKevin Day <Kevin@kevux.org>
Sat, 28 Jun 2025 03:40:41 +0000 (22:40 -0500)
committerKevin Day <Kevin@kevux.org>
Sat, 28 Jun 2025 03:40:41 +0000 (22:40 -0500)
commit27784fc75054622156a503986267c838bc190577
tree6c4930ae38c1c4d919ab6e5087ae18bceeae4d53
parent29031e637873a16b6b69f413beb1fc865c8585d2
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