Procházet zdrojové kódy

bash: add -e option (#2723)

Quentin Duchemin před 6 roky
rodič
revize
c3d16cdf9a
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  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`