#!/usr/bin/env php "; echo ansi::White("ansi::error('Yup! Something was wrong!')").PHP_EOL; echo PHP_EOL; echo ansi::Green("Colors are automatically stripped when piped!!").PHP_EOL; echo "Use '".ansi::White("php examples.php | less")."' to test.".PHP_EOL; echo PHP_EOL; echo "See documentation at ".ansi::BLUE("http://github.com/twoixter/ansicolors").PHP_EOL; echo "for more information.".PHP_EOL; echo PHP_EOL;