Skip to content

Instantly share code, notes, and snippets.

@jbodah
Created August 6, 2015 14:32
Show Gist options
  • Save jbodah/02c2e9a08a07d40c0126 to your computer and use it in GitHub Desktop.
Save jbodah/02c2e9a08a07d40c0126 to your computer and use it in GitHub Desktop.
text on futex
while true; do ps -elf |\grep -q 'futex.*assenger.*[R]ack' && curl http://textbelt.com/text -d number=$PHONE_NUMBER -d "message=FUTEX" && break || sleep 30; done
@jbodah
Copy link
Author

jbodah commented Aug 6, 2015

send a text message when in futex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment