Skip to content

Instantly share code, notes, and snippets.

@haruo31
Created July 4, 2016 01:32
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 haruo31/d9bb6bac7b7928bb1d209193d5626e71 to your computer and use it in GitHub Desktop.
Save haruo31/d9bb6bac7b7928bb1d209193d5626e71 to your computer and use it in GitHub Desktop.
posix compliant determining script home directory.
#!/bin/sh
BASE=`dirname $0 | xargs -I\{\} sh -c "cd {}; pwd"`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment