Shell scripts
Shell script main() functions MUST only call other functions — no inline logic. Scripts MUST be kept composable and testable.
Shell script main() functions MUST only call other functions — no inline logic. Scripts MUST be kept composable and testable.
| Version | Date | Author | Summary |
|---|---|---|---|
| 1.0.0 | 2026-03-27 | Mike Fullerton | Initial creation |