Skip to content

Instantly share code, notes, and snippets.

@Virtlink
Created September 10, 2025 09:47
Show Gist options
  • Select an option

  • Save Virtlink/e3f92718a5fff4e6391a69a38198b4cc to your computer and use it in GitHub Desktop.

Select an option

Save Virtlink/e3f92718a5fff4e6391a69a38198b4cc to your computer and use it in GitHub Desktop.
Shell script template
#!/usr/bin/env bash
set -o errexit
set -o pipefail
set -o noclobber
set -o nounset
#set -o xtrace #debug
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment