NYCPHP Meetup

NYPHP.org

[nycphp-talk] soon to be father

James Wetterau james at surgam.net
Tue Mar 2 15:32:15 EST 2004


Andrew Yochum says:
...> 
> Isn't PHP overkill for a simple task like this?
> 
>     #!/bin/bash
>     yes 'Best wishes, Dan!!! <br>'
> 
> Less overhead! ;-)
...

Dude -- Just because Dan's forking a child process, doesn't mean we
have to.  How about:

#!/usr/bin/yes Best Wishes, Dan!!! <br>

There's your 40 byte script solution.  :-)



More information about the talk mailing list