add a shell function similar to projects like pushblast, pushbullet-exit and pace to send a message after a specific command has finished.
The function can be called in two ways:
apt-get update; pb will just report the exit status.
pb apt-get update will send the command, time till exit and return code.
add a shell function similar to projects like pushblast, pushbullet-exit and pace to send a message after a specific command has finished.
The function can be called in two ways:
apt-get update; pb
will just report the exit status.pb apt-get update
will send the command, time till exit and return code.