Hacker News new | ask | show | jobs
by LeoPanthera 4172 days ago
You can save a line by doing #!/bin/bash -eu
1 comments

Which is no equivalent if the script is executed using "bash script.sh" ;).