Added round pincers
[physical.git] / repository handling tools / update web site
1 #!/bin/bash
2
3 # I use this script to update project website.
4
5 cd "${0%/*}"; if [ "$1" != "T" ]; then gnome-terminal -- "$0" T; exit; fi;
6
7 cd ..
8
9 rsync -avz --delete -e 'ssh -p 10006' ./ \
10       --exclude="tools/" \
11       --exclude=".git/" \
12       n0@www3.svjatoslav.eu:/mnt/big/projects/physical/
13
14
15 echo ""
16 echo "Press ENTER to close this window."
17 read