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