#!/bin/bash

./curl -s "https://secure.simmcomm.ch/cgi-bin/smsgateway.cgi?FUNCTION=EXTERN_XMLUPLOAD&ACCOUNT=$1&PASSWORD=$2" -T $3

