Skip to content

Instantly share code, notes, and snippets.

@rms1000watt
Created August 19, 2020 18:37
Show Gist options
  • Save rms1000watt/cae5d27a0352259f10ed34f9312c3192 to your computer and use it in GitHub Desktop.
Save rms1000watt/cae5d27a0352259f10ed34f9312c3192 to your computer and use it in GitHub Desktop.
Nice Bash Headers
#!/usr/bin/env bash
# Courtesy of: https://github.com/vincentcr
shopt -s inherit_errexit 2>/dev/null
set -o pipefail -o nounset -o errexit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment