#!/bin/sh for f in `find . -iname *~`; do rm $f; done for f in `find . -iname *.bak`; do rm $f; done rsync -arv ps* bnewbold@linux.mit.edu:6.945/