X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=qbasicapps.git;a=blobdiff_plain;f=tools%2Fupdate%20web%20site;h=9d03fa22e9d69f4f2b16ab0d6af6d9f247134a00;hp=e6d305609b4a8b34ec0e590dc59a4bce5953347b;hb=253f47ce4d1ebda201478bdb250ab769e567b292;hpb=3779e9035f2c67e36111585e10d956a3e9e3c0fa;ds=sidebyside diff --git a/tools/update web site b/tools/update web site index e6d3056..9d03fa2 100755 --- a/tools/update web site +++ b/tools/update web site @@ -1,6 +1,5 @@ #!/bin/bash - -cd "${0%/*}" +cd "${0%/*}"; if [ "$1" != "T" ]; then gnome-terminal -e "'$0' T"; exit; fi; cd .. @@ -8,5 +7,10 @@ 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