This commit is contained in:
Yawasau
2025-07-06 17:35:19 +08:00
parent 6fb9d0314b
commit bf58f2f7b2
12 changed files with 613 additions and 569 deletions

9
start.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/system/bin/sh
if [ -f "${0%/*}/tools/tools.sh" ]; then
MODDIR="${0%/*}"
conf_path="${0%/*}/backup_settings.conf"
[ ! -f "${0%/*}/backup_settings.conf" ] && . "${0%/*}/tools/tools.sh"
else
echo "${0%/*}/tools/tools.sh遺失"
fi
. "${0%/*}/tools/tools.sh" | tee "${0%/*}/log.txt"