会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Mosicol
CnBlogs
Home
New Post
Contact
Admin
Subscription
2020年6月30日
自定义实现简易定时任务
#!/bin/bash ms=`date +%-H%M` if ((10#$1 <= 10#$ms));then echo "future time,please" exit 0 fi while ((10#$1 != 10#$ms)) do ms=`date +%H%M` if ((10#$1-1
Read More
posted @ 2020-06-30 19:59 Mosicol
Views(341)
Comments(0)
Diggs(0)
Edit
公告