Also deploy JPEG files to public web.
[qbasicapps.git] / tools / update web site
index e6d3056..9d03fa2 100755 (executable)
@@ -1,6 +1,5 @@
 #!/bin/bash
-
-cd "${0%/*}"
+cd "${0%/*}"; if [ "$1" != "T" ]; then gnome-terminal -e "'$0' T"; exit; fi;
 
 cd ..
 
@@ -8,5 +7,10 @@ rsync -avz --delete  -e 'ssh -p 10006' ./ \
       --include="*/" \
       --include="*.html" \
       --include="*.png" \
+      --include="*.jpeg" \
       --exclude="*" \
       n0@www3.svjatoslav.eu:/mnt/big/projects/qbasicapps/
+
+echo ""
+echo "Press ENTER to close this window."
+read