SteveYi says to YSITD我改寫成這樣```#!/bin/bash stop=0 while [ $stop -le 1 ]; do speed=$(shuf -i 1000000000-10000000000 -n 1) time=$(shuf -i 5-100 -n 1); echo "$speed" echo "$time" iperf3 -c 103.158.187.18 -b "$speed" -t "$time" done```at Fri, Mar 19, 2021 6:10 PM