From 238f142a5ab72d8705c863a68c529eb46c54e071 Mon Sep 17 00:00:00 2001 From: "Marcus (DeltaLima)" Date: Sat, 30 Dec 2023 14:38:37 +0100 Subject: [PATCH] use three threads --- pixelfloot_bash.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pixelfloot_bash.sh b/pixelfloot_bash.sh index a71d6f3..c64964d 100755 --- a/pixelfloot_bash.sh +++ b/pixelfloot_bash.sh @@ -176,11 +176,12 @@ floot() { LOL[1]="$(cat ${FNAME}1.pixlist | shuf)" LOL[2]="$(cat ${FNAME}2.pixlist | shuf )" + LOL[3]="$(cat ${FNAME}2.pixlist | shuf )" #LOL[3]="$(cat $FNAME-mc.pixlist.2 | shuf)" while true do - for i in 1 2 + for i in 1 2 3 do if [ -z ${LOLPID[$i]} ] || ! ps -p ${LOLPID[$i]} > /dev/null then