aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhtdocs/upload12
1 files changed, 12 insertions, 0 deletions
diff --git a/htdocs/upload b/htdocs/upload
new file mode 100755
index 00000000..d7a14bb7
--- /dev/null
+++ b/htdocs/upload
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+
+FILES="*.html *.css"
+
+
+NAME=`cat CVS/Root | sed y/:/" "/ | sed y/@/" "/ | awk '{print $2}'`
+
+
+scp $FILES $NAME@pure-data.sf.net:/home/groups/p/pu/pure-data/htdocs
+
+