cmds: add #!s

Without this, exec()ing these fails.

Found with `grep -L bin/sh $(grep -Rl Script)`

Bug: None
Test: exec()ed each of these scripts; I no longer get "exec format
error" for any of them.
Change-Id: I47db5007e5cc14ab91eb846b7bffecb925d37874
This commit is contained in:
George Burgess IV
2017-11-04 15:58:58 -07:00
parent 8f380ab29c
commit 6c1688850e
17 changed files with 17 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
#!/system/bin/sh
# Script to start "appwidget" on the device, which has a very rudimentary shell.
base=/system
export CLASSPATH=$base/framework/appwidget.jar

View File

@@ -1,3 +1,4 @@
#!/system/bin/sh
# Script to start "bmgr" on the device, which has a very rudimentary
# shell.
#

View File

@@ -1,3 +1,4 @@
#!/system/bin/sh
# Script to start "bu" on the device
#
base=/system

View File

@@ -1,3 +1,4 @@
#!/system/bin/sh
# Script to start "content" on the device, which has a very rudimentary shell.
base=/system
export CLASSPATH=$base/framework/content.jar

View File

@@ -1,3 +1,4 @@
#!/system/bin/sh
# Script to start "dpm" on the device
#
base=/system

View File

@@ -1,3 +1,4 @@
#!/system/bin/sh
# Script to start "pm" on the device, which has a very rudimentary
# shell.
#

View File

@@ -1,3 +1,4 @@
#!/system/bin/sh
# Script to start "input" on the device, which has a very rudimentary
# shell.
#

View File

@@ -1,3 +1,4 @@
#!/system/bin/sh
# Script to start "locksettings" on the device
#
base=/system

View File

@@ -1,3 +1,4 @@
#!/system/bin/sh
# Script to start "media_cmd" on the device, which has a very rudimentary
# shell.
#

View File

@@ -1,3 +1,4 @@
#!/system/bin/sh
# Script to start "pm" on the device, which has a very rudimentary
# shell.
#

View File

@@ -1,3 +1,4 @@
#!/system/bin/sh
# Script to start "requestsync" on the device
#
base=/system

View File

@@ -1,3 +1,4 @@
#!/system/bin/sh
# Script to start "sm" on the device, which has a very rudimentary
# shell.
#

View File

@@ -1,3 +1,4 @@
#!/system/bin/sh
# Script to start "am" on the device, which has a very rudimentary
# shell.
#

View File

@@ -1,3 +1,4 @@
#!/system/bin/sh
# Script to start "telecom" on the device
#
base=/system

View File

@@ -1,3 +1,4 @@
#!/system/bin/sh
#
# Copyright (C) 2012 The Android Open Source Project
#

View File

@@ -1,3 +1,4 @@
#!/system/bin/sh
# Script to start "vr" on the device
#
base=/system

View File

@@ -1,3 +1,4 @@
#!/system/bin/sh
# Script to start "wm" on the device, which has a very rudimentary
# shell.
#