7 lines
177 B
Plaintext
7 lines
177 B
Plaintext
|
#!/bin/sh
|
||
|
torsocks wget "$@"
|
||
|
image="$(basename "$@")"
|
||
|
feh "$image"
|
||
|
mv "$image" /data/pictures/anselmages/
|
||
|
ln -s ../anselmages/"$image" /data/pictures/background-source/"$image"
|