diff options
Diffstat (limited to 'literature.bibtex.gup')
-rwxr-xr-x | literature.bibtex.gup | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/literature.bibtex.gup b/literature.bibtex.gup deleted file mode 100755 index cabebc3..0000000 --- a/literature.bibtex.gup +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
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 | ||