Skip to content

Instantly share code, notes, and snippets.

View plusmobileapps's full-sized avatar

Andrew Steinmetz plusmobileapps

View GitHub Profile
@supercoffee
supercoffee / adb-select.py
Created January 22, 2019 23:41
ADB select
#!/usr/bin/env python
import sys
import os
import subprocess
import os.path
def get_file_path():
return os.path.expanduser("~/.adb-select")
def filter_empty_line(line):