#!/bin/sh # # send -- send files or the current directory, to FARMACHINE by ssh # RSYNCPATH='/usr/local/bin/rsync' FARMACHINE='refine.eecs.ucf.edu' send "$@"