UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _____________________________________
/ What the hell is it good for?       \
|                                     |
| -- Robert Lloyd (engineer of the    |
| Advanced Computing Systems          |
|                                     |
| Division of IBM), to colleagues who |
| insisted that the                   |
|                                     |
| microprocessor was the wave of the  |
\ future, c. 1968                     /
 -------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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