test

26 阅读1分钟
#!/bin/bash
while command; do
    echo ok
    sleep 3
done

dddddd