Re: *nixopt, an idea

2002-08-29 Thread soralx
> > I'm creating a new unix optimizer tool, I've finished version 0.1 and need >feedback. u forgot the option '-r' :) 29.08.2002; 19:51:37 [SorAlx] http://cydem.zp.ua/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

*nixopt, an idea

2002-08-29 Thread Koul-Henning Pamp
Fellow hackers, I need help enhancing my *nix optimizer tool, here's version 0.1 #!/bin/sh # The *nix optimizer # (C) 2002 Koul-Henning Pamp # Released under the superior FFL [ "`uname`" = "Linux" ] && echo "System not supported yet." [ "`uname`" = "FreeBSD" ] && ec

Re: *nixopt, an idea

2002-08-29 Thread Richard Sharpe
On Thu, 29 Aug 2002, Koul-Henning Pamp wrote: > Fellow hackers, > > I'm creating a new unix optimizer tool, I've finished version 0.1 and need feedback. At the risk of feeding the feeble Troll :-) You would think that if this person has that much time on their hands, they would actually go fi

*nixopt, an idea

2002-08-29 Thread Koul-Henning Pamp
Fellow hackers, I'm creating a new unix optimizer tool, I've finished version 0.1 and need feedback. -- #!/bin/sh # The *nix optimizer # (C) 2002 Koul-Henning Pamp # Released under the superior FFL (Fuck Fumerola License) [ "`uname`" = "Linux" ] && echo "System not supported yet." [