Files
BFR/tools/check_scripts.sh
M1rsem 89d0adb27c Release VeilBox v1.11.0: switchable TrustTunnel/olcrtc profiles.
Rename display name to VeilBox, add box.profile + sbfr p switcher, and ship scrubbed sing-box profile templates for quick TT/olcrtc flips.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-12 20:34:21 +03:00

8 lines
292 B
Bash

#!/system/bin/sh
export PATH="/data/adb/magisk:/data/adb/ksu/bin:/system/bin:$PATH"
echo "=== SCRIPTS DIR ==="
ls -la /data/adb/box/scripts/ 2>&1 | head -30
echo "=== MODULE ==="
ls /data/adb/modules/box_for_root/ 2>&1 | head -20
cat /data/adb/modules/box_for_root/module.prop 2>&1 | head -8