Skip to content

Instantly share code, notes, and snippets.

@dca-b
Last active January 9, 2023 03:51
Show Gist options
  • Select an option

  • Save dca-b/8d1f89ec99578255883b87383416e29f to your computer and use it in GitHub Desktop.

Select an option

Save dca-b/8d1f89ec99578255883b87383416e29f to your computer and use it in GitHub Desktop.
Pushbullet, .bashrc, command ; noti
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