mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-26 06:27:39 +00:00
6 lines
60 B
Bash
6 lines
60 B
Bash
#!/system/bin/sh
|
|
|
|
PROCESS="$1"
|
|
|
|
magiskhide --add "$PROCESS"
|