Fixed broken links.
[qbasicapps.git] / tools / update web site
1 #!/bin/bash
2 cd "${0%/*}"; if [ "$1" != "T" ]; then gnome-terminal -e "'$0' T"; exit; fi;
3
4 cd ..
5
6 rsync -avz --delete  -e 'ssh -p 10006' ./ \
7       --include="*/" \
8       --include="*.html" \
9       --include="*.png" \
10       --include="*.jpeg" \
11       --exclude="*" \
12       n0@www3.svjatoslav.eu:/mnt/big/projects/qbasicapps/
13
14 echo ""
15 echo "Press ENTER to close this window."
16 read