Explorar el Código

bash: add -e option (#2723)

Quentin Duchemin hace 6 años
padre
commit
c3d16cdf9a
Se han modificado 1 ficheros con 4 adiciones y 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`