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