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

Commit 8911c35d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "cmds: add #!s"

parents faffb072 6c168885
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