follow redirects with delegator

This commit is contained in:
Felix Van der Jeugt 2022-01-04 00:24:36 +01:00
parent 02c25df03f
commit ac1a7e5578
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ case "$choice" in
d="$(mktemp -d)"
trap "rm -r '$d'" EXIT KILL
cd "$d"
curl -OJ "$(xclip -o)"
curl -LOJ "$(xclip -o)"
rifle -fF *
;;
'clipmenu')