diff --git a/pages/common/bash.md b/pages/common/bash.md index 1bb7e681d8..a4fe539229 100644 --- a/pages/common/bash.md +++ b/pages/common/bash.md @@ -15,6 +15,10 @@ `bash {{file.sh}}` +- Run commands from a file, logging all commands executed to the terminal: + +`bash -x {{file.sh}}` + - Run commands from STDIN: `bash -s`