void-packages/srcpkgs/android-tools/files/adb/run
2024-08-02 13:24:47 -04:00

6 lines
108 B
Bash

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