pushbullet-bash
pushbullet-bash copied to clipboard
Send push to multiple devices
trafficstars
Sorry, diff went crazy, I guess because of tabulation.
Basically we can send pushes to multiple devices with one command.
E.g. instead of:
pushbullet push device1 note "title" "message"
You can do this:
pushbullet push "device1 device2 [email protected]" note "title" "message"