This commit is contained in:
Yawasau
2026-03-16 21:15:27 +08:00
parent 32b023373f
commit e64fa5d6b9
3 changed files with 213 additions and 30 deletions

View File

@@ -6,4 +6,4 @@ if [ -f "${0%/*}/tools/tools.sh" ]; then
else
echo "${0%/*}/tools/tools.sh遺失"
fi
. "${0%/*}/tools/tools.sh" | tee "${0%/*}/log.txt"
. "${0%/*}/tools/tools.sh" | tee "${0%/*}/log_$(date +%Y-%m-%d_%H-%M).txt"