原始内容
高亮显示
复制内容
#!/bin/sh # Wake up from stdin twice. c=0 while [ $c -lt 120 ]; do echo sleep 0.2 c=$((c+1)) done
您还没有登录,登录后您可以:
首次使用?从这里 注册