#!/bin/csh

setenv CLASSPATH "$SHJARPATH":$BIRCH/java/Leash:$BIRCH/java/Leash/Leash.jar:.

# Make sure that the user has a ~/.shoundremrc file
if ( ! -e ~/.shoundremrc ) \
   ln -s $SEQHOUND/shoundremrc ~/.shoundremrc

java leashw $argv

