- 
Karel Koci authored
This is better idea as having #!/bin/bash -e is fragile. Anyone can run this script with bash -x file and that way unintentionally disable -e flag.
Karel Koci authoredThis is better idea as having #!/bin/bash -e is fragile. Anyone can run this script with bash -x file and that way unintentionally disable -e flag.
 
Loading