diff options
-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/ |