Commit 36cd5ed1 authored by John Antoni Griffiths's avatar John Antoni Griffiths
Browse files

add alias to view the standard out (puts) from any pow app

parent c1a04eb6
...@@ -47,4 +47,7 @@ kapow(){ ...@@ -47,4 +47,7 @@ kapow(){
touch ~/.pow/$vhost/tmp/restart.txt; touch ~/.pow/$vhost/tmp/restart.txt;
[ $? -eq 0 ] && echo "pow: restarting $vhost.dev" [ $? -eq 0 ] && echo "pow: restarting $vhost.dev"
} }
compctl -W ~/.pow -/ kapow compctl -W ~/.pow -/ kapow
\ No newline at end of file
# View the standard out (puts) from any pow app
alias kaput="tail -f ~/Library/Logs/Pow/apps/*"
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment