This commit is contained in:
Yawasau
2024-02-22 12:22:47 +08:00
parent 1ea21d821f
commit 67c911ce94
7 changed files with 73 additions and 19 deletions

View File

@@ -0,0 +1,8 @@
if [ -f "${0%/*}/tools/tools.sh" ]; then
MODDIR="${0%/*}"
operate="Device_List"
. "${0%/*}/tools/tools.sh" | tee "$MODDIR/log.txt"
else
[[ $(echo "${0%/*}" | grep -o 'bin.mt.plus/temp') != "" ]] && echo "你妈没告诉你脚本要解压缩吗?傻逼玩儿" && exit 2
echo "${0%/*}/tools/tools.sh遗失"
fi