curl > wget
This commit is contained in:
parent
0dd3980978
commit
39e2d934b9
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
[ "$#" -eq 0 ] && exit
|
||||
torsocks wget "$@"
|
||||
torsocks curl -O "$@"
|
||||
image="$(basename "$@")"
|
||||
feh "$image"
|
||||
mv "$image" /data/pictures/anselmages/
|
||||
|
Loading…
Reference in New Issue
Block a user