UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ ... The book is worth attention for     \
| only two reasons: (1) it attacks        |
| attempts to expose sham paranormal      |
| studies; and (2) it is very well and    |
| plausibly written and so rather harder  |
| to dismiss or refute by simple jeering. |
| - Harry Eagar, reviewing "Beyond the    |
| Quantum" by Michael Talbot,             |
|                                         |
| The Skeptical Inquirer, Vol. XII No. 2, |
\ ppg. 200-201                            /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


Here is the PHP code:
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay");
echo $output;