Home | History | Annotate | only in /sdk/bash_completion
Up to higher level directory
NameDateSize
adb.bash21-Aug-201812.9K
MODULE_LICENSE_APACHE221-Aug-20180
NOTICE21-Aug-201810.4K
README21-Aug-2018390

README

      1 This directory contains scripts that are intended to be used with
      2 Bourne Again SHell (bash)'s programmable completion.
      3 
      4 See http://www.gnu.org/s/bash/manual/bash.html#Programmable-Completion for
      5 more information on programmable completion in bash.
      6 
      7 To use the scripts, simply source them into your environment. Example:
      8 
      9    source sdk/bash_completion/adb
     10 
     11 or:
     12 
     13    . sdk/bash_completion/adb
     14