Reorganized files. Modernized documentation.
[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       --exclude="*" \
11       n0@www3.svjatoslav.eu:/mnt/big/projects/qbasicapps/
12
13 echo ""
14 echo "Press ENTER to close this window."
15 read