5 lines
98 B
Bash
Executable file
5 lines
98 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
[ -r conf ] && . ./conf
|
|
adb ${OPTS:=start-server -P5037}
|
|
exec chpst -b adb pause
|