# Bash completions for adb.
# See https://github.com/nmeum/android-tools/issues/22

function check_type() {
	type -t "$1"
}

source "/usr/share/android-tools/completions/adb"
