From c170fbdae5f906ce7919605288098a4736e842f1 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Sun, 25 Apr 2021 14:59:17 +0200 Subject: [PATCH] print results --- strm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/strm b/strm index 87b9187..0596f26 100755 --- a/strm +++ b/strm @@ -146,6 +146,8 @@ if [ "$list" == false ]; then echo -e "Playing the following files:\n" fi fi + +# Print results for result in "${print_results[@]}"; do echo "$result" done