1#!/system/bin/sh
2#
3# Script to start "hid" on the device, which has a very rudimentary
4# shell.
5#
6base=/system
7export CLASSPATH=$base/framework/hid.jar
8exec app_process $base/bin com.android.commands.hid.Hid "$@"
9