X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=fifth.git;a=blobdiff_plain;f=tools%2Fupdate%20web%20site;fp=tools%2Fupdate%20web%20site;h=20a52bc50a69b8edb5db05358e2883ab242ce2de;hp=c2cd502c480bdddae273d047db3dd1350081ff02;hb=92bdcd72ccafd7ca2ea44a704ab06356d28fb2dd;hpb=88e8cc5df07b69e5620a972f89038ce61448a902 diff --git a/tools/update web site b/tools/update web site index c2cd502..20a52bc 100755 --- a/tools/update web site +++ b/tools/update web site @@ -1,7 +1,11 @@ #!/bin/bash - -cd "${0%/*}" +cd "${0%/*}"; if [ "$1" != "T" ]; then gnome-terminal -e "'$0' T"; exit; fi; cd .. rsync -avz --delete -e 'ssh -p 10006' doc/ n0@www3.svjatoslav.eu:/mnt/big/projects/fifth/ + + +echo "" +echo "Press ENTER to close this window." +read