void-packages/srcpkgs/android-tools/files/adb/run
2015-03-12 17:28:30 +01:00

5 lines
98 B
Bash
Executable file

#!/bin/sh
set -e
[ -r conf ] && . ./conf
adb ${OPTS:=start-server -P5037}
exec chpst -b adb pause