##Send yourself a YO when your work is done##
Inspired by Yoman from Andrew Duberstein: http://www.andrewduberstein.com/item/2014/11/28/yoman/
###Yo API Setup###
- Create an account with the Yo App
- Obtain an API key from http://dev.justyo.co/
- Replace {api key} in the code with your own API key
###Usage###
- Run a command and send a Yo to {YO_NAME} when it is done
./yo_pid.sh -c '{COMMAND}' -u {YO_NAME}
- Monitor an already running PID and send a Yo to {YO_NAME} when CPU time, memory percent, and processor in use stop changing. This is useful if you want to know when a process stops doing work, even if the PID is still alive
./yo_pid.sh -p {PID} -u {YO_NAME}
###Author### http://dataneel.com