void-packages/srcpkgs/android-tools/files/adb/run

6 lines
98 B
Text
Raw Normal View History

#!/bin/sh
2015-03-12 16:28:30 +00:00
set -e
[ -r conf ] && . ./conf
2015-03-12 16:28:30 +00:00
adb ${OPTS:=start-server -P5037}
exec chpst -b adb pause