This commit is contained in:
YAWAsau
2021-11-20 13:14:24 +08:00
parent 4980dead33
commit 963abac1e5
10 changed files with 18 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ if [[ -d $(magisk --path 2>/dev/null) ]]; then
else
echo "Magisk busybox Path does not exist"
fi ; export PATH="$PATH"
backup_version="V11.5 2021/11/15-23:30"
backup_version="V11.5"
#設置二進制命令目錄位置
[[ $bin_path = "" ]] && echo "未正確指定bin.sh位置" && exit 2
#bin_path="${bin_path/'/storage/emulated/'/'/data/media/'}"
@@ -30,6 +30,7 @@ busybox2="$bin_path/busybox"
#排除自身
exclude="
busybox_path
tag
bin.sh"
if [[ ! -d $filepath ]]; then
mkdir -p "$filepath"

BIN
tools/bin/curl Normal file

Binary file not shown.

2
tools/bin/down Normal file
View File

@@ -0,0 +1,2 @@
export CLASSPATH="${0%/*}/down.dex"
exec app_process /system/bin --nice-name=down Han.download.Down "$@"

BIN
tools/bin/down.dex Normal file

Binary file not shown.

BIN
tools/bin/jq Normal file

Binary file not shown.

1
tools/bin/tag Normal file
View File

@@ -0,0 +1 @@
V11.4