Skip to content

Instantly share code, notes, and snippets.

@jesperbjensen
Created April 24, 2011 08:22
Show Gist options
  • Save jesperbjensen/939402 to your computer and use it in GitHub Desktop.
Save jesperbjensen/939402 to your computer and use it in GitHub Desktop.
A little TextMate command for linking the current project up to Pow
# Links the current project to Pow: http://pow.cx
cd ~/.pow
ln -s $TM_PROJECT_DIRECTORY
echo "<p><strong>Done</strong></p>"
# Links the current project to Pow: http://pow.cx
cd ~/.pow
ln -s $TM_PROJECT_DIRECTORY$
echo "<p><strong>Done</strong></p>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment