From 7d664e4752b050a03b7d5be84f2643a85952947e Mon Sep 17 00:00:00 2001 From: Albert S Date: Fri, 11 Aug 2017 13:42:29 +0200 Subject: [PATCH] when reading feed file names from feed directory, randomize them --- randrss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/randrss b/randrss index 09e6868..14f28f7 100755 --- a/randrss +++ b/randrss @@ -28,7 +28,7 @@ if [ "$3" = "syncnow" ] ; then syncnow=1 fi while true ; do - ls "$feedsconfigdir" | while read line ; do + ls "$feedsconfigdir" | shuf | while read line ; do source "$feedsconfigdir/$line" sleepfor=0