UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ The big question is why in the course   \
| of evolution the males permitted        |
| themselves to be so totally eclipsed by |
| the females. Why do they tolerate this  |
| total subservience, this wretched       |
| existence as outcasts who are hungry    |
\ all the time?                           /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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