diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-10-25 09:47:21 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-10-25 09:47:21 +0200 |
commit | 472504a97d1d2601c8cc9ea6e0de57ab727b7698 (patch) | |
tree | b0a9d6bee80ff1727e2148f16ee13fa9d2ab1c5d /literature.bibtex.gup | |
parent | 7cdccabeedda7566ad5164ad297695b4d9f8d0be (diff) | |
download | incremental-dfsts-472504a97d1d2601c8cc9ea6e0de57ab727b7698.tar incremental-dfsts-472504a97d1d2601c8cc9ea6e0de57ab727b7698.tar.gz incremental-dfsts-472504a97d1d2601c8cc9ea6e0de57ab727b7698.tar.bz2 incremental-dfsts-472504a97d1d2601c8cc9ea6e0de57ab727b7698.tar.xz incremental-dfsts-472504a97d1d2601c8cc9ea6e0de57ab727b7698.zip |
Provide literature.bibtex
Diffstat (limited to 'literature.bibtex.gup')
-rwxr-xr-x | literature.bibtex.gup | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/literature.bibtex.gup b/literature.bibtex.gup new file mode 100755 index 0000000..cabebc3 --- /dev/null +++ b/literature.bibtex.gup | |||
@@ -0,0 +1,9 @@ | |||
1 | #!/usr/bin/env zsh | ||
2 | |||
3 | typeset -a bibFiles | ||
4 | bibFiles=(literature/**/*.bibtex) | ||
5 | |||
6 | gup --contents <<<${bibFiles} | ||
7 | gup -u ${bibFiles} | ||
8 | |||
9 | cat ${bibFiles} >$1 \ No newline at end of file | ||