Update run-all-speedtests.sh
This commit is contained in:
@@ -14,7 +14,7 @@ echo -e "${idsCL[LightGreen]}Run All Local Speedtests${idsCL[Default]}"
|
||||
echo
|
||||
|
||||
test=$(speedtest -L)
|
||||
array = preg_split("/\r\n|\n|\r/", $test);
|
||||
array=preg_split("/\r\n|\n|\r/", $test);
|
||||
|
||||
for item in ${array[@]}; do
|
||||
echo "$item - ${array[$item]}"
|
||||
|
||||
Reference in New Issue
Block a user