Skip to content

Commit e063f1d

Browse files
committed
. e scripts
1 parent 3140a65 commit e063f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.windsurf/processes/BashScripts.process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
STARTER_CHARACTER =💻
44

55
- Use `#!/usr/bin/env bash` as shebang.
6-
- Always use `set -euxo pipefail` for safety and debugging.
6+
- Always use `set -euo pipefail` for safety and debugging.
77
- Keep scripts minimal: no unnecessary comments or echoes.
88
- Only do minimal input validation; print a usage message to stderr and exit if inputs are missing or invalid.
99
- Do not check for installed commands if failure will be obvious on use.

0 commit comments

Comments
 (0)