6 lines
60 B
Bash
6 lines
60 B
Bash
#!/system/bin/sh
|
|
|
|
PROCESS="$1"
|
|
|
|
magiskhide --add "$PROCESS"
|