#!/bin/csh

set SPARKY_RDIST	= /usr/local/src/sparky/code/bin/rdist-nmr

# turn on command echo
set echo		= 1

rdist -h -f $SPARKY_RDIST
