Enjoy a randomly generated fortune:
$ fortune | cowsay _________________________________________ / If scientific reasoning were limited to \ | the logical processes of arithmetic, we | | should not get very far in our | | understanding of the physical world. | | One might as well attempt to grasp the | | game of poker entirely by the use of | | the mathematics of probability. | | | \ -- Vannevar Bush / ----------------------------------------- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay"); echo $output;