diff --git a/local/bin/anselmage b/local/bin/anselmage new file mode 100755 index 0000000..a0c1a6b --- /dev/null +++ b/local/bin/anselmage @@ -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"