Skip to content

Instantly share code, notes, and snippets.

@endorama
Last active March 17, 2017 11:11
Show Gist options
  • Save endorama/f7536c5a9f0f31e5d1208d66332aaf8b to your computer and use it in GitHub Desktop.
Save endorama/f7536c5a9f0f31e5d1208d66332aaf8b to your computer and use it in GitHub Desktop.
Quick bash header
#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'
# SCRIPT="$(readlink --canonicalize-existing "$0")"
# SCRIPTPATH="$(dirname "$SCRIPT")"
# SCRIPTNAME="$(basename "$SCRIPT")"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment