#!/bin/sh
#
# get -- get files or the current directory, to FARMACHINE
#

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