Gregor Bittel <Gregor.Bittel(at)gmx.de> wrote:
> #!/bin/sh
> echo "[.. Möchten Sie nun die KDE-Oberfläche starten? [J/N] ]"
> echo ""
> read jn
> if [ "$jn" = "j" -o "$jn" = "J" -o "$jn" = "y" -o "$jn" = "Y" ]
> then
> startx
> else
> echo ""
> echo "[.. KDE wurde nicht gestartet...............................]"
> echo ""
> fi
Die Einrückung finde ich äußerst kreativ. :-))
SCNR. :-)
Gruß
Olli
-- Oliver Fromme, secnetix GmbH & Co KG, Oettingenstr. 2, 80538 München Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. "All that we see or seem is just a dream within a dream" (E. A. Poe) To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Fri 14 Feb 2003 - 21:18:53 CET