This commit is contained in:
Yawasau
2022-06-07 00:16:25 +08:00
parent da46f460a5
commit 67d570f126
4 changed files with 54 additions and 23 deletions

7
tools/script/check_file Normal file
View File

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