UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 ________________________________________
/ Just because they are called           \
| 'forbidden' transitions does not mean  |
| that they are forbidden. They are less |
| allowed than allowed transitions, if   |
| you see what I mean.                   |
|                                        |
| -- From a Part 2 Quantum Mechanics     |
\ lecture.                               /
 ----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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