commit 7111c98d460fae8e12fed2aa5658d9c12883129d parent ab5dcdb352d301572ec646e60266d8e919fd8c07 Author: Antoine Amarilli <a3nm@a3nm.net> Date: Sun, 8 Jan 2017 01:53:32 +0100 explain what it is for Diffstat:
bibgeturl | | | 2 | ++ |
bibgeturls | | | 2 | ++ |
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/bibgeturl b/bibgeturl @@ -1,5 +1,7 @@ #!/usr/bin/zsh +# find a URL for a paper from a messy collection of bib files + QUERY="$1" shift diff --git a/bibgeturls b/bibgeturls @@ -1,5 +1,7 @@ #!/usr/bin/zsh +# find URLs for all papers listed in a bib file from other bib files + FILE="$1" shift