blob: f1bfe1737c5a79b29b43d6ca786da54ef4e32870 [file] [log] [blame]
George Burgess IV6c168882017-11-04 15:58:58 -07001#!/system/bin/sh
Svetoslav Ganov25872aa2012-02-03 19:19:09 -08002# Script to start "content" on the device, which has a very rudimentary shell.
3base=/system
4export CLASSPATH=$base/framework/content.jar
5exec app_process $base/bin com.android.commands.content.Content "$@"
6