源码: tt.cpp下载
使用 g++ 编译
g++ tt.cpp -o tt
定时器无限循环使用示例,tmux 开启一个后台窗口,输入下面命令
while :
do
./tt 10 "curl -sL 262235.xyz/index.php"
done
显示时钟原理
正文完
源码: tt.cpp下载
g++ tt.cpp -o tt
while :
do
./tt 10 "curl -sL 262235.xyz/index.php"
done