bash: add -e option (#2723)

This commit is contained in:
Quentin Duchemin
2019-01-23 06:27:08 +00:00
committed by Owen Voke
parent c7efbe967c
commit c3d16cdf9a
+4
View File
@@ -19,6 +19,10 @@
`bash -x {{file.sh}}`
- Run commands from a file, stopping at the first error:
`bash -e {{file.sh}}`
- Run commands from STDIN:
`bash -s`