android_system_core/adb/fastdeploy/deployagent/deployagent.sh

5 lines
140 B
Bash
Executable File

#!/system/bin/sh
base=/data/local/tmp
export CLASSPATH=$base/deployagent.jar
exec app_process $base com.android.fastdeploy.DeployAgent "$@"