diff options
Diffstat (limited to 'gup/literature.bibtex.gup')
-rwxr-xr-x | gup/literature.bibtex.gup | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gup/literature.bibtex.gup b/gup/literature.bibtex.gup index cabebc3..ebbf8fb 100755 --- a/gup/literature.bibtex.gup +++ b/gup/literature.bibtex.gup | |||
@@ -1,9 +1,8 @@ | |||
1 | #!/usr/bin/env zsh | 1 | #!/usr/bin/env zsh |
2 | 2 | ||
3 | gup --always | ||
4 | |||
3 | typeset -a bibFiles | 5 | typeset -a bibFiles |
4 | bibFiles=(literature/**/*.bibtex) | 6 | bibFiles=(literature/**/*.bibtex) |
5 | 7 | ||
6 | gup --contents <<<${bibFiles} | 8 | cat ${bibFiles} >$1 |
7 | gup -u ${bibFiles} | ||
8 | |||
9 | cat ${bibFiles} >$1 \ No newline at end of file | ||