diff options
author | Peter Palfrader <peter@palfrader.org> | 2014-10-14 10:51:43 +0200 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2014-10-14 10:51:43 +0200 |
commit | db508a80f228caeed35620ca8c2ebf9f32beb994 (patch) | |
tree | c816da65fbf492fe26d9f335e43b5d570a2aae63 /zshfunc | |
parent | dbccc26814a96aab792722bff71ea084a8235cf6 (diff) |
Also update files in bibs/
Diffstat (limited to 'zshfunc')
-rwxr-xr-x | zshfunc/update-lit | 1 |
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 ) |