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

RSYNCPATH=/usr/bin/rsync
export RSYNCPATH
FARMACHINE='refine.eecs.ucf.edu' send "$@"
