Added upload script.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 7 Oct 2008 14:30:21 +0000 (15:30 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 7 Oct 2008 14:30:21 +0000 (15:30 +0100)
upload.sh [new file with mode: 0755]

diff --git a/upload.sh b/upload.sh
new file mode 100755 (executable)
index 0000000..6593a9d
--- /dev/null
+++ b/upload.sh
@@ -0,0 +1,11 @@
+#!/bin/sh -
+
+PORT=22222
+SERVER=annexia.org
+USERNAME=rich
+REMOTEDIR=tmp/mingw/
+
+rsync -av --delete \
+  ~/public_html/smock/yum/fedora-9 \
+  -e "ssh -p $PORT" \
+  $USERNAME@$SERVER:$REMOTEDIR