From 0939258be1e7bcf780814d8667f7bf6ca684f673 Mon Sep 17 00:00:00 2001 From: defanor Date: Thu, 26 Apr 2018 02:17:17 +0300 Subject: Add authoring tools --- tools/publish.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 tools/publish.sh (limited to 'tools/publish.sh') diff --git a/tools/publish.sh b/tools/publish.sh new file mode 100755 index 0000000..5a6cbea --- /dev/null +++ b/tools/publish.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +TOOLS=~/homepage/tools + +${TOOLS}/xml-to-html.sh +${TOOLS}/html-to-atom.sh +rsync --exclude '.*' --exclude '*.org' --exclude 'src/' --exclude 'tools/' \ + -avz . uberspace.net:homepage/web/ -- cgit v1.2.3