anton, 2004-01-20 21:44:21: > Hiya, > Can anyone explain to me how I make fortune run and put a comment at the > bottom of my Mozilla emails?(as a signature?) I have already tired of my > present textfile-based signature!
Here's a little script that uses fortune in a way that might be useful to you: http://homepages.ihug.co.nz/~trmusson/tmp/genquotes Now, assuming you have Mozilla set up to read a file named ~/.signature, a one-liner like this should do what you've described: ( echo "-- " ; genquotes -M 1 -n 72 ) > ~/.signature You might also wanna try http://freshmeat.net/ ...try the keywords "signature" and "tagline". And, um, this is what I use: http://homepages.ihug.co.nz/~trmusson/programs.html#sgrotum *runs away* Tim -- Timothy Musson - [EMAIL PROTECTED] http://homepages.ihug.co.nz/~trmusson/ Where do you think you're going today?
