follow redirects with delegator
This commit is contained in:
parent
02c25df03f
commit
ac1a7e5578
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue