home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / senms435.zip / smsgui < prev    next >
Text File  |  2000-05-03  |  194b  |  8 lines

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