Modernized code for better readability
[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       --include="*.blend" \
12       --exclude="*" \
13       n0@www3.svjatoslav.eu:/mnt/big/projects/qbasicapps/
14
15 echo ""
16 echo "Press ENTER to close this window."
17 read