curl > wget

This commit is contained in:
Felix Van der Jeugt 2020-12-04 14:43:22 +01:00
parent 0dd3980978
commit 39e2d934b9
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 1 additions and 1 deletions

View File

@ -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/