#! /bin/csh 
set UNAME=`whoami`
setenv PLOT xtc_mbx_0_$UNAME
setenv XPLOT_OUTPUT xtc_mbx_0_$UNAME
setenv TERMINAL_TYPE XTC

# To avoid acknowledging each plot
# (by clicking or typing <return> in the XTC window:
setenv TERMINAL_INPUT NONE

#To make sure there are no leftover files from a previous incarnation:
rm -f /tmp/xtc*$UNAME 

xtc &
