diff options
author | bnewbold <bnewbold@eta.mit.edu> | 2009-06-20 03:34:41 -0400 |
---|---|---|
committer | bnewbold <bnewbold@eta.mit.edu> | 2009-06-20 03:34:41 -0400 |
commit | 5713728875a287dbd45b3557d6bda3d5fc70a4ef (patch) | |
tree | ff9d2514ab2fa12d0569648bcf1ee251ad13ece5 | |
parent | 4667dca6ef504768516eada3bcdddf05e1b172e1 (diff) | |
download | 6.945-5713728875a287dbd45b3557d6bda3d5fc70a4ef.tar.gz 6.945-5713728875a287dbd45b3557d6bda3d5fc70a4ef.zip |
-rwxr-xr-x | to_athena.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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/ |