From: Svjatoslav Agejenko Date: Fri, 25 May 2018 17:08:56 +0000 (+0200) Subject: script to update static web site content X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=qbasicapps.git;a=commitdiff_plain;h=3779e9035f2c67e36111585e10d956a3e9e3c0fa;hp=1c3bea8ea3a737cf9dbea3014a7c67c183464b52 script to update static web site content --- diff --git a/tools/update web site b/tools/update web site new file mode 100755 index 0000000..e6d3056 --- /dev/null +++ b/tools/update web site @@ -0,0 +1,12 @@ +#!/bin/bash + +cd "${0%/*}" + +cd .. + +rsync -avz --delete -e 'ssh -p 10006' ./ \ + --include="*/" \ + --include="*.html" \ + --include="*.png" \ + --exclude="*" \ + n0@www3.svjatoslav.eu:/mnt/big/projects/qbasicapps/