#/bin/sh -f
PGM=tr_send_monitor
USAGE="usage: $PGM <runid> <tok>"

# Check arguments
if [ $# -ne 2 ] ; then
  echo $USAGE 1>&2
  exit 1
fi

globusrun -o -r transpgrid.pppl.gov '&(executable=/u/pshare/globus/transp_monitor) (arguments='$1' '$2')'
