X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=fifth.git;a=blobdiff_plain;f=tools%2Fupdate%20web%20site;h=a4d0fd06fe9f29c7650548c3eabaa992dde928d0;hp=c2cd502c480bdddae273d047db3dd1350081ff02;hb=HEAD;hpb=7ad7475c2abf891a92b457339aaa0c20c40634d1 diff --git a/tools/update web site b/tools/update web site index c2cd502..a4d0fd0 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 -- "$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