UCLA Linux User Group. Free as in Freedom.

404 Not Found

Enjoy a randomly generated fortune:


$ fortune | cowsay

 _________________________________________
/ If there were a school for, say, sheet  \
| metal workers, that after three years   |
| left its graduates as unprepared for    |
| their careers as does law school, it    |
| would be closed down in a minute, and   |
| no doubt by lawyers.                    |
|                                         |
\ -- Michael Levin, "The Socratic Method" /
 -----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||


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