Y
Hacker News
new
|
ask
|
show
|
jobs
by
LeoPanthera
4172 days ago
You can save a line by doing #!/bin/bash -eu
1 comments
krotton
4172 days ago
Which is no equivalent if the script is executed using "bash script.sh" ;).
link