mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:05:59 +02:00
bash: add -e option (#2723)
This commit is contained in:
parent
c7efbe967c
commit
c3d16cdf9a
1 changed files with 4 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue