configuration/local/bin/anselmage

8 lines
209 B
Bash
Executable File

#!/bin/sh
[ "$#" -eq 0 ] && exit
torsocks curl -O "$@"
image="$(basename "$@")"
rifle -fF "$image"
mv "$image" /data/pictures/anselmages/
ln -s ../anselmages/"$image" /data/pictures/background-source/"$image"