Add script to fetch anselmages
This commit is contained in:
parent
723288294e
commit
81cbcd8a4f
1 changed files with 6 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue