#!/bin/sh
java -classpath ./sendsms.jar com/bai/sendsms/SendSMS
if test $? != 0
then
   echo 'JRE 1.2 or higher required (http://www.javasoft.com/products/jdk/1.2/jre/index.html)!!!'
fi

