configuration/local/bin/anselmage

8 lines
200 B
Plaintext
Raw Normal View History

2020-05-13 11:00:38 +02:00
#!/bin/sh
[ "$#" -eq 0 ] && exit
2020-05-13 11:00:38 +02:00
torsocks wget "$@"
image="$(basename "$@")"
feh "$image"
mv "$image" /data/pictures/anselmages/
ln -s ../anselmages/"$image" /data/pictures/background-source/"$image"