X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=imagesqueeze.git;a=blobdiff_plain;f=tools%2Fupdate%20web%20site;fp=tools%2Fupdate%20web%20site;h=84f18db7202e92c8f671e011f295fd231bd76dc7;hp=0000000000000000000000000000000000000000;hb=c303d3f41dd95e68406113642b068920588d68f3;hpb=8e65542014de354c40e2a3794cffbb9c4605e08c diff --git a/tools/update web site b/tools/update web site new file mode 100755 index 0000000..84f18db --- /dev/null +++ b/tools/update web site @@ -0,0 +1,11 @@ +#!/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/imagesqueeze/ + + +echo "" +echo "Press ENTER to close this window." +read