Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c61e3de authored by George Burgess IV's avatar George Burgess IV Committed by android-build-merger
Browse files

Merge "cmds: add #!s"

am: 8911c35d

Change-Id: Iad6d62889031046a063e6abdd0ed74143c58ba94
parents 491058e0 8911c35d
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
#!/system/bin/sh
# Script to start "appwidget" on the device, which has a very rudimentary shell.
# Script to start "appwidget" on the device, which has a very rudimentary shell.
base=/system
base=/system
export CLASSPATH=$base/framework/appwidget.jar
export CLASSPATH=$base/framework/appwidget.jar
+1 −0
Original line number Original line Diff line number Diff line
#!/system/bin/sh
# Script to start "bmgr" on the device, which has a very rudimentary
# Script to start "bmgr" on the device, which has a very rudimentary
# shell.
# shell.
#
#
+1 −0
Original line number Original line Diff line number Diff line
#!/system/bin/sh
# Script to start "bu" on the device
# Script to start "bu" on the device
#
#
base=/system
base=/system
+1 −0
Original line number Original line Diff line number Diff line
#!/system/bin/sh
# Script to start "content" on the device, which has a very rudimentary shell.
# Script to start "content" on the device, which has a very rudimentary shell.
base=/system
base=/system
export CLASSPATH=$base/framework/content.jar
export CLASSPATH=$base/framework/content.jar
+1 −0
Original line number Original line Diff line number Diff line
#!/system/bin/sh
# Script to start "dpm" on the device
# Script to start "dpm" on the device
#
#
base=/system
base=/system
Loading