upload android base code part9
This commit is contained in:
parent
5425409085
commit
071cdf34cd
2679 changed files with 329442 additions and 0 deletions
13
android/sdk/bash_completion/README
Normal file
13
android/sdk/bash_completion/README
Normal file
|
@ -0,0 +1,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
|
Loading…
Add table
Add a link
Reference in a new issue