Red5d / pushbullet-bash

Bash interface to the PushBullet API
236 stars 41 forks source link

push-exitcode #38

Closed fbartels closed 9 years ago

fbartels commented 9 years ago

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.