add XDG-compliant adb hack script

This commit is contained in:
Joel Beckmeyer 2023-08-03 23:00:06 -04:00
parent f766ce0b60
commit 58998df871
1 changed files with 2 additions and 0 deletions

2
bin/executable_adb Normal file
View File

@ -0,0 +1,2 @@
#!/bin/sh
HOME="$XDG_DATA_HOME"/android /usr/bin/adb "$@"