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
2
Actions
Activity
432c452029
void-packages
/
srcpkgs
/
android-tools
/
files
/
adb
/
run
6 lines
98 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
set
-e
[
-r conf
]
&&
. ./conf
adb
${
OPTS
:
=start-server -P5037
}
exec
chpst -b adb pause
Reference in New Issue
View Git Blame
Copy Permalink