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>
8 lines
292 B
Bash
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
|