mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-01-06 02:27:41 +00:00
6 lines
59 B
Bash
6 lines
59 B
Bash
#!/system/bin/sh
|
|
|
|
PROCESS="$1"
|
|
|
|
magiskhide --rm "$PROCESS"
|