Skip to content

Instantly share code, notes, and snippets.

@aolle
Created August 19, 2016 16:11
Show Gist options
  • Select an option

  • Save aolle/f1338e6be3fd112723659226077b530a to your computer and use it in GitHub Desktop.

Select an option

Save aolle/f1338e6be3fd112723659226077b530a to your computer and use it in GitHub Desktop.
own die bash function
die () {
echo "${0}: ${2}" >&2
exit ${1}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment