Skip to content

Instantly share code, notes, and snippets.

@netoht
Created April 29, 2017 02:07
Show Gist options
  • Save netoht/c5c58419da5a21f063a8df4db88ad905 to your computer and use it in GitHub Desktop.
Save netoht/c5c58419da5a21f063a8df4db88ad905 to your computer and use it in GitHub Desktop.
realpath
#!/bin/bash
DIR=$(dirname `readlink -f ${BASH_SOURCE[0]}`)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment