chiark / gitweb /
swap argument order, support spaces in email address list
[post-pizza-notify.git] / via-sms
diff --git a/via-sms b/via-sms
index 22f5a150569899310bff9dbc14002450011c1b68..2dc4546af7329360bc3251d05fbdea8e2bdc9d40 100755 (executable)
--- a/via-sms
+++ b/via-sms
@@ -1,5 +1,5 @@
 #!/bin/sh
 set -e
-rcpt="$1"
-msg="$2"
+msg="$1"
+rcpt="$2"
 gammu sendsms TEXT "$rcpt" -text "$msg"