This commit is contained in:
Yawasau
2022-06-05 00:36:02 +08:00
parent e24d2caf37
commit 4bed9781b9
6 changed files with 20 additions and 7 deletions

7
tools/script/convert Normal file
View File

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