From db508a80f228caeed35620ca8c2ebf9f32beb994 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 14 Oct 2014 10:51:43 +0200 Subject: Also update files in bibs/ --- zshfunc/update-lit | 1 + 1 file changed, 1 insertion(+) (limited to 'zshfunc') diff --git a/zshfunc/update-lit b/zshfunc/update-lit index 92b04a4..97636fa 100755 --- a/zshfunc/update-lit +++ b/zshfunc/update-lit @@ -7,5 +7,6 @@ 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 + if [ -e "bibs/$f" ] ; then cp "$b/bibtex/$f" bibs; fi done ) -- cgit v1.2.3