#!/bin/sh set -e msg="$1" rcpt="$2" gammu sendsms TEXT "$rcpt" -text "$msg"