script to update static web site content
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Fri, 25 May 2018 17:08:56 +0000 (19:08 +0200)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Fri, 25 May 2018 17:08:56 +0000 (19:08 +0200)
tools/update web site [new file with mode: 0755]

diff --git a/tools/update web site b/tools/update web site
new file mode 100755 (executable)
index 0000000..e6d3056
--- /dev/null
@@ -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/