blob: 55461cfd2e9f1db12339a3334c2b597ca6ca0e30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
|