5 lines
74 B
Bash
5 lines
74 B
Bash
|
#!/system/bin/sh
|
||
|
|
||
|
# start deferred initcalls
|
||
|
cat /proc/deferred_initcalls
|