Closed
Description
What new functionality do you need?
The preamble is getting a bit cluttered as we add more bash functions, so move those out to a separate bash script that is sourced by the preamble.
What are the requirements for the new functionality?
Move bash functions (except maybe the postamble
and set_strict
/set_trace
) to a separate script.
Acceptance Criteria
- Bash functions moved to new separate script (except as noted above)
- Source new bash functions script in
preamble.sh
- Output identical to existing
Suggest a solution (optional)
No response