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