#!/bin/csh -f

setenv FUNCS_HOME /mnt/mds/csc/mgrohn/thistlewrk/funcs
set path = ($path $FUNCS_HOME/bin)
xwsh -e funcs.exe $*
