-
Home > Archives for November, 2007
Monthly Archives: November 2007
colorizing php cli scripts
Tuesday, November 20th, 2007
It’s pretty common in most scripting languages which center around the command line (bash, perl, etc) to find information on colorizing your shell script output, mainly because those languages are tied very tightly to command line use. It can be difficult, however, to find information about adding this same nice feature to a php cli [...]