summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/random.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/random.sh b/scripts/random.sh
index 00689a8..2f097cb 100755
--- a/scripts/random.sh
+++ b/scripts/random.sh
@@ -1,8 +1,7 @@
#! /usr/bin/env bash
-BUILD_DIR=build-nix-release
-WALLPAPERS_PATH=workshop_wallpapers_11-8-21
-#WALLPAPERS_PATH=workshop_wallpapers
+BUILD_DIR=build
+WALLPAPERS_PATH=workshop_wallpapers
while : ; do
DIR=$(find $WALLPAPERS_PATH -mindepth 1 -maxdepth 1 -type d -print0 | shuf -zn1 | xargs --null)