summaryrefslogtreecommitdiff
path: root/zshfunc
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2014-10-14 10:51:43 +0200
committerPeter Palfrader <peter@palfrader.org>2014-10-14 10:51:43 +0200
commitdb508a80f228caeed35620ca8c2ebf9f32beb994 (patch)
treec816da65fbf492fe26d9f335e43b5d570a2aae63 /zshfunc
parentdbccc26814a96aab792722bff71ea084a8235cf6 (diff)
Also update files in bibs/
Diffstat (limited to 'zshfunc')
-rwxr-xr-xzshfunc/update-lit1
1 files changed, 1 insertions, 0 deletions
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
)