Update run-all-speedtests.sh

This commit is contained in:
2023-05-21 21:55:21 -05:00
parent 3c7f74b993
commit aebe8cee9d

View File

@@ -13,8 +13,9 @@ echo
echo -e "${idsCL[LightGreen]}Run All Local Speedtests${idsCL[Default]}"
echo
test=($(speedtest -L))
test=$(speedtest -L)
array = preg_split("/\r\n|\n|\r/", $test);
printf "'%s\n" "${test[@]}"
printf "'%s\n" "${array[@]}"
exit 0