dotfiles/bin/executable_adb

3 lines
58 B
Bash

#!/bin/sh
HOME="$XDG_DATA_HOME"/android /usr/bin/adb "$@"