UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ________________________________________
/ The game, anoraks.2.0.0.tgz, will be   \
| available from sunsite until somebody  |
| responsible notices it and deletes it, |
| and shortly from                       |
| ftp.mee.tcd.ie/pub/Brian, though they  |
| don't know that yet.                   |
|                                        |
\ -- Brian O'Donnell, odonnllb@tcd.ie    /
 ----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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