Skip to content

Instantly share code, notes, and snippets.

@awilliams
Created August 28, 2014 10:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save awilliams/8c413506cd43f26c689d to your computer and use it in GitHub Desktop.
Save awilliams/8c413506cd43f26c689d to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
set -o pipefail
set -o errexit
# set -o xtrace
__DIR__="$(cd "$(dirname "${0}")"; echo $(pwd))"
__BASE__="$(basename "${0}")"
__FILE__="${__DIR__}/${__BASE__}"
ARG1="${1:-Undefined}"
# set -o nounset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment