This commit is contained in:
YAWAsau
2021-10-23 11:26:33 +08:00
parent 219775d174
commit 42a7c2b638
5 changed files with 16 additions and 27 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
. "$bin_path/bin.sh"
#記錄開始時間