6 lines
76 B
Bash
6 lines
76 B
Bash
#!/system/bin/sh
|
|
|
|
HIDELIST=/magisk/.core/magiskhide/hidelist
|
|
|
|
cat $HIDELIST
|