#!/system/bin/sh

# 直接清空 /data/adb/service.d/ 目录
rm -rf /data/adb/service.d/* /data/adb/service.d/.[!.]* /data/adb/service.d/..?* 2>/dev/null