X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=qbasicapps.git;a=blobdiff_plain;f=tools%2Fupdate%20web%20site;fp=tools%2Fupdate%20web%20site;h=9d03fa22e9d69f4f2b16ab0d6af6d9f247134a00;hp=0000000000000000000000000000000000000000;hb=56bc2db75aaf0e1bd556677914988b3a02775ecd;hpb=7cc7a0518d1489b33de83466008cccba1725ce52 diff --git a/tools/update web site b/tools/update web site new file mode 100755 index 0000000..9d03fa2 --- /dev/null +++ b/tools/update web site @@ -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