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