this post was submitted on 15 Jun 2023
20 points (100.0% liked)
commandline
1742 readers
1 users here now
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I write a lot of bash scripts that end up running in automation in some fashion.
Is pretty standard for me.
-e
exit on error-o pipefail
exit on pipeline fail-u
error on unset variables-x
trace