3 # I use this script to update project website.
5 cd "${0%/*}"; if [ "$1" != "T" ]; then gnome-terminal -e "'$0' T"; exit; fi;
9 rsync -avz --delete -e 'ssh -p 10006' ./ \
12 n0@www3.svjatoslav.eu:/mnt/big/projects/physical/
16 echo "Press ENTER to close this window."