This commit is contained in:
YAWAsau
2021-10-23 12:16:55 +08:00
parent 42a7c2b638
commit def4efc213
4 changed files with 11 additions and 11 deletions

View File

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