dotfiles/bin/executable_adb

3 lines
58 B
Plaintext
Raw Normal View History

2023-08-03 23:00:06 -04:00
#!/bin/sh
HOME="$XDG_DATA_HOME"/android /usr/bin/adb "$@"