**Describe the Improvement:** <!-- Explain the goal of this refactor or cleanup task --> Make scripts safer by setting some flags **Steps:** <!-- As best you can, detail the steps to make this change: --> 1. Finish #150 2. Add `set -eu` to each bash file **Additional Context and Links:** <!-- Provide any discussion or links to documents/webpages to explain why this change is important --> https://github.com/devlinjunker/shell/issues/12 https://cuddly-octo-palm-tree.com/posts/2021-01-24-bash-set-dash-u/ **Testing:** <!-- How can we verify that this change doesn't break anything --> N/A
Describe the Improvement:
Make scripts safer by setting some flags
Steps:
set -euto each bash fileAdditional Context and Links:
devlinjunker/shell#12
https://cuddly-octo-palm-tree.com/posts/2021-01-24-bash-set-dash-u/
Testing:
N/A