From: Francois Fleuret Date: Tue, 24 Oct 2017 12:39:11 +0000 (+0200) Subject: Update. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=scripts.git;a=commitdiff_plain;h=6132e6b801b132ffd5faf364b0da360d9986b0b3 Update. --- diff --git a/arxiv-bib.sh b/arxiv-bib.sh index 3097a79..45a6b34 100755 --- a/arxiv-bib.sh +++ b/arxiv-bib.sh @@ -33,6 +33,8 @@ do id="$(echo "${id}" | sed -e 's|^.*/\([^\]*\)$|\1|')" fi + id="$(echo "${id}" | sed -e 's/.pdf$//')" + curl -s > "${tmp}" "https://arxiv.org/abs/${id}" AUTHORS=""