Closed tom93 closed 3 months ago
Done! (Edit: I also switched from bash -e to bash -eu to also abort for unset variables, like most other scripts.)
bash -e
bash -eu
Done! (Edit: I also switched from
bash -e
tobash -eu
to also abort for unset variables, like most other scripts.)