projects
/
web.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
make a research page happen
[web.git]
/
ralf
/
upload.sh
1
#/bin/bash
2
cd "$(dirname "$0")"
3
4
jekyll build
5
cd _site
6
rsync ./ ralfj.de:srv/www.ralfj.de/docroot/ -aP \
7
--exclude=cs/research.html
8
scp cs/research.html mpi-contact:public_html/index.html