From fafa95f69c2365faac5a1c44d408c42c904f1987 Mon Sep 17 00:00:00 2001 From: Marcus Date: Tue, 2 Jan 2024 02:09:55 +0100 Subject: [PATCH] decrease default no of forks to 3 --- pixelfloot_bash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixelfloot_bash.sh b/pixelfloot_bash.sh index ba1f103..58cdca8 100755 --- a/pixelfloot_bash.sh +++ b/pixelfloot_bash.sh @@ -12,7 +12,7 @@ HEXPPM="images/$FNAME.hexppm" PIXLIST="pixlists/$FNAME.pixlist" SHUFMODE="$3" -test -z "$FLOOTFORKS" && FLOOTFORKS="4" +test -z "$FLOOTFORKS" && FLOOTFORKS="3" declare -a PIXMAP declare -a LOL