From e344745524e2fbc8775fe0fa84dd5e665eeb96ed Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Thu, 8 Oct 2015 23:24:26 +0200 Subject: [PATCH] upload script --- upload.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 upload.sh diff --git a/upload.sh b/upload.sh new file mode 100755 index 0000000..5d13195 --- /dev/null +++ b/upload.sh @@ -0,0 +1,7 @@ +#/bin/bash +cd "$(dirname "$0")" + +jekyll build +cd _site +rsync ./ personalj.de:srv/www.ralfj.de/docroot/ -aP \ + --exclude=cs/research.html -- 2.30.2