|
|
|
|
|
by hgo
1667 days ago
|
|
I've used Pushover[1] from command line for years for the one-time cost of the iOS app. Very happy customer. Example:
sleep 100; push "done!" Where push is my wrapper around curl to their API with the proper keys. 1: https://pushover.net/ |
|