Re: A joke

2006-06-02 Thread bofh
On 6/1/06, Nick Holland > > Bring in another dev. company... > (the good news is, this one seems to be MUCH better.) We had something even better. My guy developed a working prototype, in less than a month (1 weeks spent getting specs, another week spent getting the java servlet engine working -

Re: A joke

2006-06-01 Thread Nick Holland
Sean Cody wrote: On 1-Jun-06, at 10:22 AM, Andrew Pinski wrote: On Jun 1, 2006, at 1:44 AM, Rico wrote: Manager: George, I need a program to output the string Hello World! You forgot one: a lazy person #!/bin/sh echo "Hello World!" Why waste an extra shell process not to mention all th

Re: A joke

2006-06-01 Thread Terry
On Thu, Jun 01, 2006 at 08:22:26AM -0700, Andrew Pinski wrote: > You forgot one: > a lazy person > > #!/bin/sh > echo "Hello World!" Now that's what I like to see. Cut to the chase. ;D -- Terry http://tyson.homeunix.org

Re: A joke

2006-06-01 Thread Sean Cody
On 1-Jun-06, at 10:22 AM, Andrew Pinski wrote: On Jun 1, 2006, at 1:44 AM, Rico wrote: Manager: George, I need a program to output the string Hello World! You forgot one: a lazy person #!/bin/sh echo "Hello World!" Why waste an extra shell process not to mention all that extra typing?

Re: A joke

2006-06-01 Thread Andrew Pinski
On Jun 1, 2006, at 1:44 AM, Rico wrote: Manager: George, I need a program to output the string Hello World! You forgot one: a lazy person #!/bin/sh echo "Hello World!" Thanks, Andrew Pinski