Y
Hacker News
new
|
ask
|
show
|
jobs
by
vog
3845 days ago
I usually shorten this to:
set -eu -o pipefail
1 comments
michaelhoffman
3845 days ago
I used to do that but the long versions are more understandable by other people who will look at the script.
link