X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/2d3769543de8fe7bb987afae189716be10561807..817b388356b0c0ab066e9034af475e4e2e895fc2:/research/upload.sh diff --git a/research/upload.sh b/research/upload.sh new file mode 100755 index 0000000..3a528b5 --- /dev/null +++ b/research/upload.sh @@ -0,0 +1,6 @@ +#/bin/bash +cd "$(dirname "$0")" + +jekyll build +cd _site +rsync ./ mpi-contact:public_html/ -aP