Loading

摘要: #!/bin/bash APP_DIR="/test/workSpaceCprivate/pwdyes" APP_NAME="getInfo.py" PID_FILE="$APP_DIR/.pid" cd "$APP_DIR" # 检查是否已运行 if [ -f "$PID_FILE" ]; the 阅读全文
posted @ 2025-12-10 10:43 夷某蓁 阅读(0) 评论(0) 推荐(0)