mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-23 20:25:14 +02:00
6 lines
108 B
Bash
Executable file
6 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
|