Skip to content

Instantly share code, notes, and snippets.

@abronte
Last active November 22, 2023 21:13
Show Gist options
  • Save abronte/5c12ab6ee1f87249d1fee60bad079293 to your computer and use it in GitHub Desktop.
Save abronte/5c12ab6ee1f87249d1fee60bad079293 to your computer and use it in GitHub Desktop.
test
#!/usr/bin/env bash
shopt -s extglob
set -o errtrace
set -o errexit
set -o pipefail
echo "running"
echo $MY_VAR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment