Created
January 4, 2013 20:53
-
-
Save mrmamba/4455911 to your computer and use it in GitHub Desktop.
Ejemplo de alerta de batería
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
sendemail -f "[email protected]" -t "[email protected]" -u "Se ha ido la luz" -m "Detectado por Ariel5." -s smtp.gmail.com -xu [email protected] -xp CLAVE -o tls=yes | |
twidge update "$RANDOM - Se ha ido la luz" | |
gsmsendsms -d /dev/rfcomm0 644444444 "Se ha ido la luz" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment