mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-14 05:07:01 +02:00
6 lines
108 B
Bash
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
|