From daaf7d4350bafc71f25ecde6d03a24b59ed49c50 Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 26 Aug 2021 04:15:22 +0100 Subject: initial commit --- sync.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 sync.sh (limited to 'sync.sh') diff --git a/sync.sh b/sync.sh new file mode 100755 index 0000000..a161596 --- /dev/null +++ b/sync.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +cp templates/index.html templates/page.html + +python build.py +rsync -Lta --no-perms --no-owner --no-group --delete --exclude=sync.sh -vz -e ssh ./html/ oracle:/srv/davidovski/html + -- cgit v1.2.1