1 Star 0 Fork 54

曹慧学/project_13800087

forked from chuanjiao10/kasini3000 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
u库定时任务_检查任务计划存在否_linux.ps1 316 Bytes
一键复制 编辑 原始数据 按行查看 历史
#建议保存编码为:bom头 + utf8
if ($IsLinux -eq $True)
{
$username = /usr/bin/whoami
if ($username -ne 'root')
{
Write-Error '非管理员'
Exit 1
}
$所有任务计划 = /usr/bin/crontab -l
if ($所有任务计划 -match 'u_db_crontab')
{
return $True
}
else
{
return $false
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PowerShell
1
https://gitee.com/caohuixue/kasini3000.git
git@gitee.com:caohuixue/kasini3000.git
caohuixue
kasini3000
project_13800087
master

搜索帮助