mirror of
https://github.com/xdtianyu/scripts.git
synced 2025-08-08 18:33:46 +08:00
Update speedtest.sh
This commit is contained in:
@@ -20,7 +20,7 @@ if [ -f $OUTPUT ]; then
|
||||
fi
|
||||
|
||||
for file in ${TEST_FILES[@]}; do
|
||||
timeout $TIMEOUT wget -4 -O /dev/null $file -a $OUTPUT
|
||||
timeout $TIMEOUT wget -4 -O /dev/null $file -a $OUTPUT --progress=dot:binary
|
||||
echo -e "\n\n#######################\n" >>$OUTPUT
|
||||
done
|
||||
|
||||
|
Reference in New Issue
Block a user