Add script to fetch anselmages
This commit is contained in:
parent
723288294e
commit
81cbcd8a4f
6
local/bin/anselmage
Executable file
6
local/bin/anselmage
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
torsocks wget "$@"
|
||||
image="$(basename "$@")"
|
||||
feh "$image"
|
||||
mv "$image" /data/pictures/anselmages/
|
||||
ln -s ../anselmages/"$image" /data/pictures/background-source/"$image"
|
Loading…
Reference in New Issue
Block a user