curl > wget
This commit is contained in:
parent
0dd3980978
commit
39e2d934b9
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
[ "$#" -eq 0 ] && exit
|
[ "$#" -eq 0 ] && exit
|
||||||
torsocks wget "$@"
|
torsocks curl -O "$@"
|
||||||
image="$(basename "$@")"
|
image="$(basename "$@")"
|
||||||
feh "$image"
|
feh "$image"
|
||||||
mv "$image" /data/pictures/anselmages/
|
mv "$image" /data/pictures/anselmages/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue