* Michael Pahle <[EMAIL PROTECTED]> [27-01-02 10:23]: > Wobei das 'done' in gr�n und ein 'failed' in rot dargestellt wird.
Hallo Michael, kannst Dir ja ein kleines Skript basteln und sourcen. Das wird *sehr* viel Arbeit. :-) Ich verwende auch nur rot oder gr�n. Kleines Beispiel: #!/bin/sh color_gruen="\033[32m" color_rot="\033[31m" color_ende="\033[m" echo -e -n "\nStarting$color_rot Debian:$color_ende" sleep 2 echo -e "$color_gruen Done. $color_ende\n" Viel Spa� beim Basteln! Gruss Uwe
msg00339/pgp00000.pgp
Description: PGP signature

