Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 394 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 394 Bytes

BASH ECHO COLORS

modified versions of echo that echo in a certain color.

Example Usage

$ bash expand.sh # to create the symbolic links 

$ echo -n I && ./red -n " love " && echo you

$ ./red -n r && ./orange -n a && ./yellow -n i && ./green -n n && ./blue -n b && ./pink -n o  && ./white w

$ ./pink ERROR: FILE NOT FOUND!

$ ./green whats up > greenf && cat greenf && rm -f greenf