#!/bin/sh eval `/www/bin/cgiparse -form` date="$FORM_date" olat="$FORM_olat" olong="$FORM_olong" tomstype="$FORM_tomstype" echo Content-Type: text/html echo if test "$tomstype" = "2" then rsh -l harris cyclone /www/owv/cgi-bin/parsetoms $date $olat $olong exit 0 fi if test "$tomstype" = "1" then rsh -l harris cyclone /www/owv/cgi-bin/parsetoms $date exit 0 fi