OSDN Git Service

pez: colored SUCCESS/FAILURE indicator
authorAlex Ray <aray@google.com>
Fri, 8 Mar 2013 23:15:06 +0000 (15:15 -0800)
committerAlex Ray <aray@google.com>
Fri, 8 Mar 2013 23:23:15 +0000 (15:23 -0800)
commitf0d08ebd2f6b32e879efda3c496d24503919e0e9
tree28f88698e2c97539a128a5d7b198e9cb86711061
parent24753394b9d848c610d3251752988f65fd54a0cb
pez: colored SUCCESS/FAILURE indicator

pez is a new bash function that can be prepended to existing functions
or commands to clearly show a colored exit status.

Example:
$ pez mmm frameworks/base/etc

will print all the usual output, and at the end either a green "SUCCESS"
line or a red "FAILURE" line.

Change-Id: I7e369b0280d6ece16fb0be1895278c26922491fe
envsetup.sh