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,6 +1,8 @@
#!/system/bin/sh
MODDIR="${0%/*}"
tools_path="${MODDIR%/*}/tools"
bin_path="$MODDIR/tools/bin"
[[ ! -d $tools_path ]] && echo "$tools_path目錄遺失" && exit 1
[[ ! -d $bin_path ]] && echo "$bin_path目錄遺失" && exit 1
txt="$MODDIR/應用列表.txt"
. "$bin_path/bin.sh"