摘要: #!/bin/bash source /etc/profile workdir=$(cd $(dirname $0); pwd) # 获取当前shell文件的目录pidfile=$workdir/pid # 设置进程id存储文件# 定义执行方法function run(){ jarname=$1 # 阅读全文
posted @ 2020-06-29 09:42 滴滴滴 阅读(213) 评论(0) 推荐(0)