Enjoy a randomly generated fortune:
$ fortune | cowsay _________________________________________ / Celestial navigation is based on the \ | premise that the Earth is the center of | | the universe. The premise is wrong, but | | the navigation works. An incorrect | | model can be a useful tool. | | | \ -- Kelvin Throop III / ----------------------------------------- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay"); echo $output;