diff --git a/contrib/rushlink b/contrib/rushlink index b476b18..895a575 100755 --- a/contrib/rushlink +++ b/contrib/rushlink @@ -13,7 +13,7 @@ link() { *) curl -sS -Ffile=@- "$LINK" < "$1" ;; - esac | sed -n '1p;/deleteToken/{s@.*\(https://\)@\1@;p;q}' | ( + esac | awk 'NR == 1 { print } $NF ~ /deleteToken=/ { print $NF; exit }' | ( IFS= read -r link IFS= read -r deletelink echo "$link"