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

fortune et thunderbird



Salut la liste,

Voilà, je voudrais mettre en place fortune avec thunderbird.
J'ai trouvé le code en bash pour pouvoir changer le fichier de ma signature:
   #!/bin/sh
   SIGFIFO=$HOME/Mails/signature_yahoo.txt
   rm -f $SIGFIFO
   mkfifo $SIGFIFO
   while true;
   do (
#printf "-- \nVisitez mon site: www.yoda81.fr.st\nJ'attends <http://www.yoda81.fr.st%5CnJ%27attends> vos commentaires sur le livre d'or\nGPG key: 0xA3A37CC8\n--------\n" >>$SIGFIFO
   fortune films >> $SIGFIFO

   );
   sleep 1;
   done

Mais ça marche pas sur thunderbird!
Bug lors de l'écriture

Une idée?

Merci d'avance

--
Visitez mon site: www.yoda81.fr.st
J'attends vos commentaires sur le livre d'or
GPG Key:0xA3A37CC8 ---------
"At last we will reveal ourselves to the jedi." (Darth Maul)



Reply to: