diff options
Diffstat (limited to '.local/bin/shorts/adbs')
-rwxr-xr-x | .local/bin/shorts/adbs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.local/bin/shorts/adbs b/.local/bin/shorts/adbs new file mode 100755 index 0000000..bca7733 --- /dev/null +++ b/.local/bin/shorts/adbs @@ -0,0 +1,3 @@ +#!/bin/sh + +adb -s "${ADB_DEVICE}" shell "$@" |