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