Loading adb/fastdeploy/deployagent/deployagent.sh +1 −4 Original line number Diff line number Diff line # Script to start "deployagent" on the device, which has a very rudimentary # shell. # #!/system/bin/sh base=/data/local/tmp export CLASSPATH=$base/deployagent.jar exec app_process $base com.android.fastdeploy.DeployAgent "$@" Loading
adb/fastdeploy/deployagent/deployagent.sh +1 −4 Original line number Diff line number Diff line # Script to start "deployagent" on the device, which has a very rudimentary # shell. # #!/system/bin/sh base=/data/local/tmp export CLASSPATH=$base/deployagent.jar exec app_process $base com.android.fastdeploy.DeployAgent "$@"