Skip to content

Instantly share code, notes, and snippets.

@mattiasnorell
Created November 24, 2014 21:33
Show Gist options
  • Save mattiasnorell/246474c460ef01654642 to your computer and use it in GitHub Desktop.
Save mattiasnorell/246474c460ef01654642 to your computer and use it in GitHub Desktop.
#!/bin/sh
sendto="0123456789"
message=$SMS_1_TEXT
from=$SMS_1_NUMBER
echo "$from\n$message" | sudo gammu sendsms TEXT "$sendto"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment