#!/bin/csh
setenv LD_PRELOAD "/homes/bandyo/test/socklib/socktracelib.so"
setenv ST_PORT 8888
exec ../UDPecho/UDPecho 
