X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=instantlauncher.git;a=blobdiff_plain;f=tools%2Fupdate%20web%20site;fp=tools%2Fupdate%20web%20site;h=33ef3a8bd995d5083d4510b40b1ee4ccad59e9e2;hp=0000000000000000000000000000000000000000;hb=81dd44207f9607bd371a6936fa503282ae336707;hpb=2e5a0cbba64c0e102308f5b188d145e45e92cda6 diff --git a/tools/update web site b/tools/update web site new file mode 100755 index 0000000..33ef3a8 --- /dev/null +++ b/tools/update web site @@ -0,0 +1,10 @@ +#!/bin/bash +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/instantlauncher/ + +echo "" +echo "Press ENTER to close this window." +read