summaryrefslogtreecommitdiffstats
path: root/to_athena.sh
diff options
context:
space:
mode:
authorbnewbold <bnewbold@eta.mit.edu>2009-02-03 01:57:07 -0500
committerbnewbold <bnewbold@eta.mit.edu>2009-02-03 01:57:07 -0500
commit9f95b67c428b4f4a01b6fe7d28b5404f8f84fe2f (patch)
tree299ac9b14bcfc6ff83b4d2f48ce2beb513fedbca /to_athena.sh
download6.945-9f95b67c428b4f4a01b6fe7d28b5404f8f84fe2f.tar.gz
6.945-9f95b67c428b4f4a01b6fe7d28b5404f8f84fe2f.zip
initialized repository, added reference materials
Diffstat (limited to 'to_athena.sh')
-rwxr-xr-xto_athena.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/to_athena.sh b/to_athena.sh
new file mode 100755
index 0000000..6f34b24
--- /dev/null
+++ b/to_athena.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+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/