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