projects
/
web.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
5d1319510435505f738aa92686aa874ea915e2f5
[web.git]
/
upload.sh
1
#/bin/bash
2
cd "$(dirname "$0")"
3
4
jekyll build
5
cd _site
6
rsync ./ personalj.de:srv/www.ralfj.de/docroot/ -aP \
7
--exclude=cs/research.html