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

6 lines
98 B
Bash
Executable File

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