Home | History | Annotate | only in /external/chromium_org/tools/cr
Up to higher level directory
NameDateSize
cr/03-Dec-2014
cr-bash-helpers.sh03-Dec-20141.5K
cr.sh03-Dec-2014645
main.py03-Dec-20143.1K
OWNERS03-Dec-201441
README03-Dec-2014580

README

      1 cr is a unified interface to dealing with output directories, and all the
      2 things you do with them.
      3 
      4 
      5 It offers the advantages of dealing with multiple output directories in a
      6 single client, and unifying the command lines needed to deal with the various
      7 flavours and targets.
      8 This means it will be very easy to build run and test multiple platforms in a
      9 single checkout.
     10 It also makes the commands more discoverable by being a single starting point
     11 with built in help.
     12 
     13 If you are using bash, source cr.sh and you will get the cr function in your
     14 shell, along with tab completion.
     15