This commit is contained in:
Yawasau
2022-11-30 22:49:56 +08:00
parent 76d8b1ebb6
commit 3a2ee01f25
18 changed files with 69 additions and 227 deletions

View File

@@ -1,7 +1,7 @@
if [ -f "${0%/*}/tools/bin/tools.sh" ]; then
MODDIR="${0%/*}"
operate="dumpname"
. "${0%/*}/tools/bin/tools.sh"
. "${0%/*}/tools/bin/tools.sh" | tee "$MODDIR/log.txt"
else
echo "${0%/*}/tools/bin/tools.sh遺失"
fi