bash: add -e option (#2723)
This commit is contained in:

committed by
Owen Voke

parent
c7efbe967c
commit
c3d16cdf9a
@@ -19,6 +19,10 @@
|
|||||||
|
|
||||||
`bash -x {{file.sh}}`
|
`bash -x {{file.sh}}`
|
||||||
|
|
||||||
|
- Run commands from a file, stopping at the first error:
|
||||||
|
|
||||||
|
`bash -e {{file.sh}}`
|
||||||
|
|
||||||
- Run commands from STDIN:
|
- Run commands from STDIN:
|
||||||
|
|
||||||
`bash -s`
|
`bash -s`
|
||||||
|
Reference in New Issue
Block a user