follow redirects with delegator
This commit is contained in:
parent
02c25df03f
commit
ac1a7e5578
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user