This commit is contained in:
YAWAsau
2021-11-22 13:08:00 +08:00
parent 36444ab83c
commit 1bc3c06350
19 changed files with 3263 additions and 80 deletions

View File

@@ -1,7 +1,9 @@
#!/system/bin/sh
MODDIR="${0%/*}"
app_details="$MODDIR/app_details"
tools_path="${tools_path%/*}/tools"
bin_path="${MODDIR%/*}/tools/bin"
[[ ! -d $tools_path ]] && echo "$tools_path目錄遺失" && exit 1
[[ ! -d $bin_path ]] && echo "$bin_path目錄遺失" && exit 1
. "$bin_path/bin.sh"
#記錄開始時間