#!/bin/sh
#
# send -- send files or the current directory, to FARMACHINE by ssh
#

RSYNCPATH=/usr/bin/rsync
export RSYNCPATH
FARMACHINE=rainier.cs.ucf.edu send "$@"
