查看“Shell提醒”的源代码
←
Shell提醒
跳到导航
跳到搜索
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
您可以查看与复制此页面的源代码。
=eye= <pre> cat apps/eye.sh #!/bin/bash #50,51 * * * * /home/evan/apps/eye.sh export DISPLAY=:0.0;notify-send -u normal -t 50000 -i appointment-new '1分钟后锁屏' '注意休息,善待眼睛、善待颈椎' </pre> =temp= <pre> cat apps/temcheck.sh #!/bin/bash # */49 * * * * /home/evan/apps/temcheck.sh todo # install func is u want function ins(){ sudo apt install lm-sensors && sudo modprobe coretemp } #run func function todo(){ str=`sensors | grep Core | awk '{print $3}'|sed -n '1p' | tr -cd "[0-9]"` if [ $str -gt 500 ] then #export DISPLAY=:0.0;notify-send -u normal -t 50000 -i appointment-new '1分钟后锁屏' '注意休息,善待眼睛、善待颈椎' # 没这个export 不显示 在crontab export DISPLAY=:0.0;notify-send -i dialog-warning "系统温度提醒" "$(whoami) 你的电脑温度过高 大于50度 \n Quickly To Kill Your Bad Process" fi } #help func function h(){ echo "Usage: $0 (install|todo|help)" } #main to start case $1 in ins) ins ;; todo) todo ;; *) h ;; esac exit 0 </pre>
返回至
Shell提醒
。
导航菜单
个人工具
登录
名字空间
页面
讨论
变种
视图
阅读
查看源代码
查看历史
更多
搜索
导航
首页
我的导航
关于我
shell
python
ops
linuxchina.net
blog.linuxchina
最近更改
随机页面
帮助
工具
链入页面
相关更改
特殊页面
页面信息