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

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

source "/clangarm64/share/android-tools/completions/fastboot"
