summaryrefslogtreecommitdiff
path: root/gup/literature.bibtex.gup
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-10-25 13:39:10 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2017-10-25 13:39:10 +0200
commit76ae874505d5cc293b997278924681afc3decbb2 (patch)
treefbee877fdd718f7a2b61962bd42b6647733cf80a /gup/literature.bibtex.gup
parent472504a97d1d2601c8cc9ea6e0de57ab727b7698 (diff)
downloadincremental-dfsts-76ae874505d5cc293b997278924681afc3decbb2.tar
incremental-dfsts-76ae874505d5cc293b997278924681afc3decbb2.tar.gz
incremental-dfsts-76ae874505d5cc293b997278924681afc3decbb2.tar.bz2
incremental-dfsts-76ae874505d5cc293b997278924681afc3decbb2.tar.xz
incremental-dfsts-76ae874505d5cc293b997278924681afc3decbb2.zip
Cleaned up build framework
Diffstat (limited to 'gup/literature.bibtex.gup')
-rwxr-xr-xgup/literature.bibtex.gup9
1 files changed, 9 insertions, 0 deletions
diff --git a/gup/literature.bibtex.gup b/gup/literature.bibtex.gup
new file mode 100755
index 0000000..cabebc3
--- /dev/null
+++ b/gup/literature.bibtex.gup
@@ -0,0 +1,9 @@
1#!/usr/bin/env zsh
2
3typeset -a bibFiles
4bibFiles=(literature/**/*.bibtex)
5
6gup --contents <<<${bibFiles}
7gup -u ${bibFiles}
8
9cat ${bibFiles} >$1 \ No newline at end of file