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