#!/bin/sh
# sources a standard xtrekrc if the user has not got there own.
# written by "wibble" jwh@cs.bham.ac.uk

if [ -f $HOME/.xtrekrc ]; then
         /bham/X11/pd/bin/udp_client.sun4 $*
else
        # pick up system default
        /bham/X11/pd/bin/udp_client.sun4 -r /usr3/students/se0/jwh/etc/xtrekrc.standard $*

fi
