mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-05-28 12:30:21 +02:00
6 lines
59 B
Bash
6 lines
59 B
Bash
#!/system/bin/sh
|
|
|
|
PROCESS="$1"
|
|
|
|
magiskhide --rm "$PROCESS"
|