Skip to content

Instantly share code, notes, and snippets.

@akkunchoi
Created February 2, 2012 16:15
Show Gist options
  • Save akkunchoi/1724310 to your computer and use it in GitHub Desktop.
Save akkunchoi/1724310 to your computer and use it in GitHub Desktop.
fullpath
#!/bin/sh
echo $(cd $(dirname $0) && pwd)/$(basename $0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment