This website requires JavaScript.
Explore
Help
Register
Sign In
snailed
/
void-packages
Watch
2
Star
0
Fork
You've already forked void-packages
0
Code
Issues
1
Pull Requests
1
Actions
Activity
4b0f72aaac
void-packages
/
srcpkgs
/
android-tools
/
files
/
adb
/
run
6 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
android-tools: add service file for adb
2015-03-12 14:11:11 +01:00
#!/bin/sh
android-tools: fix adb service.
2015-03-12 17:28:30 +01:00
set -e
android-tools: add service file for adb
2015-03-12 14:11:11 +01:00
[ -r conf ] && . ./conf
android-tools: fix adb service.
2015-03-12 17:28:30 +01:00
adb ${OPTS:=start-server -P5037}
exec chpst -b adb pause