curl > wget
This commit is contained in:
parent
0dd3980978
commit
39e2d934b9
@ -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…
Reference in New Issue
Block a user