Update.
authorFrancois Fleuret <francois@fleuret.org>
Fri, 21 Jan 2022 15:46:33 +0000 (16:46 +0100)
committerFrancois Fleuret <francois@fleuret.org>
Fri, 21 Jan 2022 15:46:33 +0000 (16:46 +0100)
arxiv-rename-pdf.sh

index b165c5e..1cc408a 100755 (executable)
@@ -29,7 +29,7 @@ tmp=$(mktemp /tmp/arxiv-bib.sh.XXXXXX)
 while [[ "$1" ]]
 do
 
-    if [[ $1 =~ ^http ]]
+    if [[ $1 =~ ^http ]] || [[ $1 =~ ^[0-9\.]*$ ]]
     then
         id="$(echo "$1" | sed -e 's|^.*/\([0-9.]*\)$|\1|')"
         wget "https://arxiv.org/pdf/${id}"