Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
MODULE_LICENSE_APACHE2 | D | 03-May-2024 | 0 | |||
NOTICE | D | 03-May-2024 | 10.4 KiB | 190 | 158 | |
README | D | 03-May-2024 | 390 | 14 | 8 | |
adb.bash | D | 03-May-2024 | 9.4 KiB | 383 | 309 |
README
1This directory contains scripts that are intended to be used with 2Bourne Again SHell (bash)'s programmable completion. 3 4See http://www.gnu.org/s/bash/manual/bash.html#Programmable-Completion for 5more information on programmable completion in bash. 6 7To use the scripts, simply source them into your environment. Example: 8 9 source sdk/bash_completion/adb 10 11or: 12 13 . sdk/bash_completion/adb 14