3 lines
58 B
Plaintext
3 lines
58 B
Plaintext
|
#!/bin/sh
|
||
|
HOME="$XDG_DATA_HOME"/android /usr/bin/adb "$@"
|