diff --git a/pages/common/bash.md b/pages/common/bash.md index a4fe53922..43fdad756 100644 --- a/pages/common/bash.md +++ b/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`