diff --git a/local/bin/anselmage b/local/bin/anselmage index a0c1a6b..1cca6df 100755 --- a/local/bin/anselmage +++ b/local/bin/anselmage @@ -1,4 +1,5 @@ #!/bin/sh +[ "$#" -eq 0 ] && exit torsocks wget "$@" image="$(basename "$@")" feh "$image"