Explorar o código

bash: add -e option (#2723)

Quentin Duchemin %!s(int64=6) %!d(string=hai) anos
pai
achega
c3d16cdf9a
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      pages/common/bash.md

+ 4 - 0
pages/common/bash.md

@@ -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`