mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-25 21:25:11 +02:00
5 lines
98 B
Bash
Executable file
5 lines
98 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
[ -r conf ] && . ./conf
|
|
adb ${OPTS:=start-server -P5037}
|
|
exec chpst -b adb pause
|