#!/bin/sh
if test -n "$WINDIR"; then
  SEP=';'
else
  SEP=':'
fi
CLASSPATH=".${SEP}xml4j.jar" javaswarm swarmxml.LoadXML swarm.xml
