"vscode:/vscode.git/clone" did not exist on "4dbe4378db658d29c10841791a95b8c57e7c77e5"
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(){
touch ~/.pow/$vhost/tmp/restart.txt;
[ $? -eq 0 ] && echo "pow: restarting $vhost.dev"
}
compctl -W ~/.pow -/ kapow
\ No newline at end of file
compctl -W ~/.pow -/ kapow
# 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