X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=blobdiff_plain;f=tools%2Fupdate%20web%20site;h=1350337dde1f56c10b27bb80e231b5b31589bfdb;hb=HEAD;hp=c2219a2842307dbe84186d72ecc2ba175b72acff;hpb=ead12f9a7396ee3a29fb97205924bafe8a33d47d;p=sixth-data.git diff --git a/tools/update web site b/tools/update web site index c2219a2..1350337 100755 --- a/tools/update web site +++ b/tools/update web site @@ -1,12 +1,12 @@ #!/bin/bash -cd "${0%/*}"; if [ "$1" != "T" ]; then gnome-terminal -e "'$0' T"; exit; fi; +cd "${0%/*}"; if [ "$1" != "T" ]; then gnome-terminal -- "$0" T; exit; fi cd .. mvn clean package -rm -rf doc/apidocs/ -cp -r target/apidocs/ doc/ +# rm -rf doc/apidocs/ +# cp -r target/apidocs/ doc/ rsync -avz --delete -e 'ssh -p 10006' doc/ n0@www3.svjatoslav.eu:/mnt/big/projects/sixth-data/