[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: affichage non désiré



Le Vendredi 4 Mars 2005 22:30, Bayrouni a écrit :
> Bonsoir à tous,
>
> J'ai mis dans un fichier que j'ai appelé osd_login.sh la ligne suivante:
> echo $(whoami) |osd_cat \
> --delay=3 --colour=orange  --font="-*-*-*-*-*-*-60-60-700-*-*-*" &

je suppose que tu l'as mis dans le fichier "rc" e ton shell (~/.bashrc ou 
~/.cshrc)

je te propose de rajouter un "clear" derrière ; 

--------
#!/bin/sh

echo $(whoami) |osd_cat \
--delay=3 --colour=orange  --font="-*-*-*-*-*-*-60-60-700-*-*-*" &

clear

-----------

M.

-- 
Emmanuel Bouthenot (aka Kolter)
  MAIL : free.fr / kolter (at)
   GPG : 0x414EC36E
   WWW : http://kolter.free.fr
JABBER : amessage.de / kolter (at)



Reply to: