Organize into home and system directories
[khome.git] / bin / wallpaper_shuffle
diff --git a/bin/wallpaper_shuffle b/bin/wallpaper_shuffle
deleted file mode 100755 (executable)
index 1fd851a..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#! /bin/sh
-
-set -e
-
-path=$(
-    find \
-        $@ \
-        -type f \
-    | awk '
-        {
-            paths[i++] = $0
-        }
-
-        END {
-            srand()
-            j = int(i * rand())
-            print paths[j]
-        }'
-)
-printf "$path\n" >&2
-feh --bg-scale "$path"
This page took 0.026482 seconds and 4 git commands to generate.