Merge "cmds: add #!s"
This commit is contained in:
@ -1,3 +1,4 @@
|
|||||||
|
#!/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,3 +1,4 @@
|
|||||||
|
#!/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,3 +1,4 @@
|
|||||||
|
#!/system/bin/sh
|
||||||
# Script to start "bu" on the device
|
# Script to start "bu" on the device
|
||||||
#
|
#
|
||||||
base=/system
|
base=/system
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#!/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,3 +1,4 @@
|
|||||||
|
#!/system/bin/sh
|
||||||
# Script to start "dpm" on the device
|
# Script to start "dpm" on the device
|
||||||
#
|
#
|
||||||
base=/system
|
base=/system
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#!/system/bin/sh
|
||||||
# Script to start "pm" on the device, which has a very rudimentary
|
# Script to start "pm" on the device, which has a very rudimentary
|
||||||
# shell.
|
# shell.
|
||||||
#
|
#
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#!/system/bin/sh
|
||||||
# Script to start "input" on the device, which has a very rudimentary
|
# Script to start "input" on the device, which has a very rudimentary
|
||||||
# shell.
|
# shell.
|
||||||
#
|
#
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#!/system/bin/sh
|
||||||
# Script to start "locksettings" on the device
|
# Script to start "locksettings" on the device
|
||||||
#
|
#
|
||||||
base=/system
|
base=/system
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#!/system/bin/sh
|
||||||
# Script to start "media_cmd" on the device, which has a very rudimentary
|
# Script to start "media_cmd" on the device, which has a very rudimentary
|
||||||
# shell.
|
# shell.
|
||||||
#
|
#
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#!/system/bin/sh
|
||||||
# Script to start "pm" on the device, which has a very rudimentary
|
# Script to start "pm" on the device, which has a very rudimentary
|
||||||
# shell.
|
# shell.
|
||||||
#
|
#
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#!/system/bin/sh
|
||||||
# Script to start "requestsync" on the device
|
# Script to start "requestsync" on the device
|
||||||
#
|
#
|
||||||
base=/system
|
base=/system
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#!/system/bin/sh
|
||||||
# Script to start "sm" on the device, which has a very rudimentary
|
# Script to start "sm" on the device, which has a very rudimentary
|
||||||
# shell.
|
# shell.
|
||||||
#
|
#
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#!/system/bin/sh
|
||||||
# Script to start "am" on the device, which has a very rudimentary
|
# Script to start "am" on the device, which has a very rudimentary
|
||||||
# shell.
|
# shell.
|
||||||
#
|
#
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#!/system/bin/sh
|
||||||
# Script to start "telecom" on the device
|
# Script to start "telecom" on the device
|
||||||
#
|
#
|
||||||
base=/system
|
base=/system
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#!/system/bin/sh
|
||||||
#
|
#
|
||||||
# Copyright (C) 2012 The Android Open Source Project
|
# Copyright (C) 2012 The Android Open Source Project
|
||||||
#
|
#
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#!/system/bin/sh
|
||||||
# Script to start "vr" on the device
|
# Script to start "vr" on the device
|
||||||
#
|
#
|
||||||
base=/system
|
base=/system
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#!/system/bin/sh
|
||||||
# Script to start "wm" on the device, which has a very rudimentary
|
# Script to start "wm" on the device, which has a very rudimentary
|
||||||
# shell.
|
# shell.
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user