... | ... |
@@ -47,4 +47,7 @@ kapow(){ |
47 | 47 |
touch ~/.pow/$vhost/tmp/restart.txt; |
48 | 48 |
[ $? -eq 0 ] && echo "pow: restarting $vhost.dev" |
49 | 49 |
} |
50 |
-compctl -W ~/.pow -/ kapow |
|
51 | 50 |
\ No newline at end of file |
51 |
+compctl -W ~/.pow -/ kapow |
|
52 |
+ |
|
53 |
+# View the standard out (puts) from any pow app |
|
54 |
+alias kaput="tail -f ~/Library/Logs/Pow/apps/*" |
|
52 | 55 |
\ No newline at end of file |