Quentin Duchemin пре 6 година
родитељ
комит
c3d16cdf9a
1 измењених фајлова са 4 додато и 0 уклоњено
  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`