Skip to content

Instantly share code, notes, and snippets.

@tvon
Created April 8, 2011 18:52
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 tvon/910480 to your computer and use it in GitHub Desktop.
Save tvon/910480 to your computer and use it in GitHub Desktop.
"pow" shell function for quick linking of directories to ~/.pow (if using http://pow.cx)
function pow {
if [ -d "`cd $1; pwd`" ]; then
ln -s "`cd $1; pwd`" ~/.pow/
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment