Skip to content

Commit

Permalink
Create bash_head.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qwelias authored Jul 19, 2023
1 parent 682572d commit e1c0271
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/bash_head.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Bash script head
```sh
#!/usr/bin/env bash
set -o errexit
set -o errtrace
set -o pipefail
set -o nounset
shopt -s globstar
shopt -s nullglob
# set -o xtrace
```

0 comments on commit e1c0271

Please sign in to comment.