Merge branch 'master' of ssh://svjatoslav.eu:10006/home/n0/git/qbasicapps
[qbasicapps.git] / tools / update web site
diff --git a/tools/update web site b/tools/update web site
new file mode 100755 (executable)
index 0000000..9d03fa2
--- /dev/null
@@ -0,0 +1,16 @@
+#!/bin/bash
+cd "${0%/*}"; if [ "$1" != "T" ]; then gnome-terminal -e "'$0' T"; exit; fi;
+
+cd ..
+
+rsync -avz --delete  -e 'ssh -p 10006' ./ \
+      --include="*/" \
+      --include="*.html" \
+      --include="*.png" \
+      --include="*.jpeg" \
+      --exclude="*" \
+      n0@www3.svjatoslav.eu:/mnt/big/projects/qbasicapps/
+
+echo ""
+echo "Press ENTER to close this window."
+read