diff options
Diffstat (limited to 'to_athena.sh')
-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 23071fb..2de177d 100755 --- a/to_athena.sh +++ b/to_athena.sh @@ -1,4 +1,4 @@ #!/bin/sh #scp -r main.html journal other README bnewbold@linux.mit.edu:thesis/ -rsync -arv main.html journal other README bnewbold@linux.mit.edu:thesis/ +rsync -arv main.html journal other work src README bnewbold@linux.mit.edu:thesis/ |