Bash
Languages
Entrypoints and operational scripts, kept thin enough to read at a glance.
The default shell on most Unix systems, and the lowest common denominator for automation that must run anywhere without a runtime installed.
How we use it
Kept deliberately thin. Entry points, container startup and the outer layer of the delivery gate are shell; anything with branching or state moves into Python where it can be tested.
9
systems
No case studies match this filter.