> i remember a while ago that there was a hack or a script to make pine grab
> a fortune and stick it in your sig every time that pine called your .sig
> file. So that each time you sent a mail a diff fortune was in it.
>
> does anyone know how to do this?
heh.. I do it the cheesy way.. whenever I run pine, I have the script
below set the sig file. <G>
--------- clip -------------------
#!/bin/bash
DASIGPATH="/home/josh/.signature"
echo"
Josh Brunelle
1-888-815-0003
Unix Administrator
NHVT.NET" > $DASIGPATH
echo >> $DASIGPATH
fortune MS-FORTUNES >> $DASIGPATH
-------- end clip ---------------
----------------------------------------------------------------------------
Josh Brunelle 1-888-815-0003
Unix Administrator NHVT.NET
It's trivial to make fun of Microsoft products, but it takes a real man to
make them work, and a god to make them do anything useful.
**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************