定时闹钟 For Linux 版本

24次阅读
没有评论

源码: tt.cpp下载

使用 g++ 编译

g++ tt.cpp -o tt

定时器无限循环使用示例,tmux 开启一个后台窗口,输入下面命令

while :
do
./tt 10  "curl -sL 262235.xyz/index.php"
done

显示时钟原理

2017.png

正文完
 0
评论(没有评论)