shell脚本运行5秒后自动退出的代码

Sabah ·
更新时间:2024-11-15
· 860 次阅读

代码如下:
#!/bin/bash
#name show_status.sh
#echo $$ > /var/run/show_status.log
#sleep 5 && kill `cat /var/run/show_status.log` &
#start code
echo "hello world"
#end code



自动 运行 shell脚本 shell

需要 登录 后方可回复, 如果你还没有账号请 注册新账号