Update run-all-speedtests.sh
This commit is contained in:
@@ -16,6 +16,8 @@ echo
|
|||||||
test=$(speedtest -L)
|
test=$(speedtest -L)
|
||||||
array = preg_split("/\r\n|\n|\r/", $test);
|
array = preg_split("/\r\n|\n|\r/", $test);
|
||||||
|
|
||||||
printf "'%s’\n" "${array[@]}"
|
for item in ${array[@]}; do
|
||||||
|
echo "$item - ${array[$item]}"
|
||||||
|
done
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
Reference in New Issue
Block a user