You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
6 lines
59 B
Bash
6 lines
59 B
Bash
#!/system/bin/sh
|
|
|
|
PROCESS="$1"
|
|
|
|
magiskhide --rm "$PROCESS"
|