print results

This commit is contained in:
Denis Lehmann 2021-04-25 14:59:17 +02:00
parent 349393896d
commit c170fbdae5

2
strm
View file

@ -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