"vscode:/vscode.git/clone" did not exist on "d5bfbf05d16634fa3c2834c7097edb1cf2487d96"
Commit befb02e3 authored by Andrew Hodges's avatar Andrew Hodges
Browse files

Pow! Restart Helper

Add helper function to restart an app running on Pow!
parent e263f1f0
# Thanks to Christopher Sexton
# https://gist.github.com/965032
function kapow {
touch ~/.pow/$1/tmp/restart.txt
if [ $? -eq 0 ]; then
echo "$fg[yellow]Pow restarting $1...$reset_color"
fi
}
compctl -W ~/.pow -/ kapow
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