From 5713728875a287dbd45b3557d6bda3d5fc70a4ef Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sat, 20 Jun 2009 03:34:41 -0400 Subject: ? --- to_athena.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/to_athena.sh b/to_athena.sh index fa45403..e7d5ef2 100755 --- a/to_athena.sh +++ b/to_athena.sh @@ -2,4 +2,4 @@ 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/ +rsync -arv ps* final_project bnewbold@linux.mit.edu:6.945/ -- cgit v1.2.3