mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-01 15:04:02 +00:00
@@ -139,7 +139,7 @@ get_flags() {
|
|||||||
|
|
||||||
grep_cmdline() {
|
grep_cmdline() {
|
||||||
local REGEX="s/^$1=//p"
|
local REGEX="s/^$1=//p"
|
||||||
sed -E 's/ +/\n/g' /proc/cmdline | sed -n "$REGEX" 2>/dev/null
|
cat /proc/cmdline | tr '[:space:]' '\n' | sed -n "$REGEX" 2>/dev/null
|
||||||
}
|
}
|
||||||
|
|
||||||
grep_prop() {
|
grep_prop() {
|
||||||
|
|||||||
Reference in New Issue
Block a user