commit c97303c35d37430d2dec8b4ad9d9361d0a8d019c
parent d2c93257d6955c1f6ac65d18f1461e3cd51d2a9e
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 30 Mar 2021 11:47:29 +0200
plumb: also parse non-http links to the-cryosphere
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/bin/plumb b/.local/bin/plumb
@@ -176,7 +176,7 @@ handle_uri() {
esac
case "$t" in
- https://doi.org/10.5194/tc-*)
+ *10.5194/tc-*)
nf="$(printf %s "$t" | awk -F- '{print NF}')"
h="https://tc.copernicus.org"
if [ "$nf" -eq 4 ]; then