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

7 lines
108 B
Bash
Executable File

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