Skip to content

Instantly share code, notes, and snippets.

@justjkk
Created April 17, 2015 10:42
Show Gist options
  • Save justjkk/35a575c885cccb8deb22 to your computer and use it in GitHub Desktop.
Save justjkk/35a575c885cccb8deb22 to your computer and use it in GitHub Desktop.
Directory where bash file is present
#!/bin/bash
DIR="$( builtin cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment