android_mt6572_jiabo/sdk/bash_completion
2025-09-05 16:56:03 +08:00
..
adb.bash first commit 2025-09-05 16:56:03 +08:00
MODULE_LICENSE_APACHE2 first commit 2025-09-05 16:56:03 +08:00
NOTICE first commit 2025-09-05 16:56:03 +08:00
README first commit 2025-09-05 16:56:03 +08:00

This directory contains scripts that are intended to be used with
Bourne Again SHell (bash)'s programmable completion.

See http://www.gnu.org/s/bash/manual/bash.html#Programmable-Completion for
more information on programmable completion in bash.

To use the scripts, simply source them into your environment. Example:

   source sdk/bash_completion/adb

or:

   . sdk/bash_completion/adb