一些shell命令

qpython运行的shell命令

/data/user/0/com.hipipal.qpyplus/files/bin/qpython-android5.sh "/storage/emulated/0/qpython/scripts/atx_agent_demo.py"

查看python进程

ps -ef | grep atx_agent_demo.py

杀掉进程

pkill -f atx_agent_demo.py

查看atx服务

ps -ef | grep atx-agent |grep -v 'grep'

关闭atx服务

/data/local/tmp/atx-agent server --stop

启动atx服务,需要root权限

/data/local/tmp/atx-agent server -d
原文地址:https://www.cnblogs.com/c-x-a/p/11195536.html