Skip to content

Commit

Permalink
Powify Shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradley Temple committed Aug 5, 2015
1 parent 5a2022a commit be7b13e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions bin/pow
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/sh

# Powifies an app
#
# Example:
# $ pow myapp

app="$PWD/$1"
echo "====> Powifying $app"

cd ~/.pow
ln -s $app

echo "====> Done!"

0 comments on commit be7b13e

Please sign in to comment.