Skip to content

Instantly share code, notes, and snippets.

@saedalavinia
Last active February 13, 2019 15:35
Show Gist options
  • Save saedalavinia/c87a68b2f26f01ea92d9d8e4cb045879 to your computer and use it in GitHub Desktop.
Save saedalavinia/c87a68b2f26f01ea92d9d8e4cb045879 to your computer and use it in GitHub Desktop.
Bash Header
#!/usr/bin/env bash
[ "$VERBOSE" ] && set -x
set -euo pipefail
THIS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment