Update run-all-speedtests.sh

This commit is contained in:
2023-05-21 21:56:20 -05:00
parent aebe8cee9d
commit a55720851a

View File

@@ -16,6 +16,8 @@ echo
test=$(speedtest -L)
array = preg_split("/\r\n|\n|\r/", $test);
printf "'%s\n" "${array[@]}"
for item in ${array[@]}; do
echo "$item - ${array[$item]}"
done
exit 0