Skip to content

Instantly share code, notes, and snippets.

@daaku
Last active September 27, 2015 00:14
Show Gist options
  • Save daaku/7f55a18cbe28e3fb0546 to your computer and use it in GitHub Desktop.
Save daaku/7f55a18cbe28e3fb0546 to your computer and use it in GitHub Desktop.
bash-prelude
#!/usr/bin/env bash
set -euo pipefail
shopt -s dotglob nullglob
trap 'echo "${0} line ${LINENO} Status: ${?}"' ERR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment