script to update static web site content
[qbasicapps.git] / tools / update web site
1 #!/bin/bash
2
3 cd "${0%/*}"
4
5 cd ..
6
7 rsync -avz --delete  -e 'ssh -p 10006' ./ \
8       --include="*/" \
9       --include="*.html" \
10       --include="*.png" \
11       --exclude="*" \
12       n0@www3.svjatoslav.eu:/mnt/big/projects/qbasicapps/