Update run-all-speedtests.sh
This commit is contained in:
@@ -13,8 +13,9 @@ echo
|
|||||||
echo -e "${idsCL[LightGreen]}Run All Local Speedtests${idsCL[Default]}"
|
echo -e "${idsCL[LightGreen]}Run All Local Speedtests${idsCL[Default]}"
|
||||||
echo
|
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
|
exit 0
|
||||||
Reference in New Issue
Block a user