From 40f5708a4d382f358a854b336a9e8db9ffb3fccc Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 10 Feb 2009 20:06:16 -0500 Subject: changes --- to_athena.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'to_athena.sh') diff --git a/to_athena.sh b/to_athena.sh index 6f34b24..fa45403 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 * bnewbold@linux.mit.edu:6.945/ +rsync -arv ps* bnewbold@linux.mit.edu:6.945/ -- cgit v1.2.3