X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=qbasicapps.git;a=blobdiff_plain;f=tools%2Fupdate%20web%20site;h=9354db1e8d11fabdf7cb24886d8aa4d1668cd196;hp=e6d305609b4a8b34ec0e590dc59a4bce5953347b;hb=HEAD;hpb=3779e9035f2c67e36111585e10d956a3e9e3c0fa diff --git a/tools/update web site b/tools/update web site index e6d3056..9354db1 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,11 @@ rsync -avz --delete -e 'ssh -p 10006' ./ \ --include="*/" \ --include="*.html" \ --include="*.png" \ + --include="*.jpeg" \ + --include="*.blend" \ --exclude="*" \ n0@www3.svjatoslav.eu:/mnt/big/projects/qbasicapps/ + +echo "" +echo "Press ENTER to close this window." +read