#!/bin/sh
CLASSPATH=".;${WIN_HOME}/ilt/classes"
java -classpath ${CLASSPATH} ilog.rif.Main $*
