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`