chiark / gitweb /
swap argument order, support spaces in email address list
[post-pizza-notify.git] / via-sms
1 #!/bin/sh
2 set -e
3 msg="$1"
4 rcpt="$2"
5 gammu sendsms TEXT "$rcpt" -text "$msg"