📄 init.gprs-pppd
字号:
#!/system/bin/sh# An unforunate wrapper script # so that the exit code of pppd may be retrieved# this is a workaround for issue #651747#trap "/system/bin/sleep 1;exit 0" TERMPPPD_PID=/system/bin/setprop "net.gprs.ppp-exit" ""/system/bin/log -t pppd "Starting pppd"/system/bin/pppd $*PPPD_EXIT=$?PPPD_PID=$!/system/bin/log -t pppd "pppd exited with $PPPD_EXIT"/system/bin/setprop "net.gprs.ppp-exit" "$PPPD_EXIT"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -