Last active
January 9, 2023 03:51
-
-
Save dca-b/8d1f89ec99578255883b87383416e29f to your computer and use it in GitHub Desktop.
Pushbullet, .bashrc, command ; noti
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| noti() { | |
| curl -s -u o.MQHVomYWwYUx0jVBof2d2jL6yQPSACWBt727: -X POST https://api.pushbullet.com/v2/pushes -H 'Content-Type: application/json' --data-binary '{"type": "note", "title": "Note Title", "body": "Note Body"}' > /dev/null | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment