摘要: #!/bin/bashLOG_FILE="script_output_$(date +'%Y%m%d_%H%M').log" exec >"$LOG_FILE" 2>&1# Set database connection informationDB_HOST="LOCALHOST"DB_PORT=" 阅读全文
posted @ 2024-12-16 09:39 一只竹节虫 阅读(19) 评论(0) 推荐(0)