We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3140a65 commit e063f1dCopy full SHA for e063f1d
.windsurf/processes/BashScripts.process.md
@@ -3,7 +3,7 @@
3
STARTER_CHARACTER =💻
4
5
- Use `#!/usr/bin/env bash` as shebang.
6
-- Always use `set -euxo pipefail` for safety and debugging.
+- Always use `set -euo pipefail` for safety and debugging.
7
- Keep scripts minimal: no unnecessary comments or echoes.
8
- Only do minimal input validation; print a usage message to stderr and exit if inputs are missing or invalid.
9
- Do not check for installed commands if failure will be obvious on use.
0 commit comments