Skip to content

Instantly share code, notes, and snippets.

@sjeandeaux
Created May 10, 2018 15:09
Show Gist options
  • Save sjeandeaux/a43bd1b299018e8439a4635030a6a1d1 to your computer and use it in GitHub Desktop.
Save sjeandeaux/a43bd1b299018e8439a4635030a6a1d1 to your computer and use it in GitHub Desktop.
bash
#!/usr/bin/env bash
set -o errexit
set -o pipefail
set -o nounset
set -o xtrace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment