jetsung shuf 命令生成随机数 # 生成一个随机分钟数(0-59之间) random_minute=$(shuf -i 0-59 -n 1) # 生成一个随机小时数(0-23之间) random_hour=$(shuf -i 0-23 -n 1)