## vim:ft=zsh:foldmethod=marker ( local f local b=~/projects/uni/lit (cd "$b" && (cd bibtex && git pull) && (cd papers && git pull)) for f in weasel.bib names-long.bib names-short.bib; do if [ -e "$f" ] ; then cp "$b/bibtex/$f" .; fi done )