Mint Serena 64 bit using the Mate desktop environment. Most of the following scripts will run on this machine, although some have only been tested with the Gnome desktop. Extra software requirements can be met by the Ubuntu and safe PPA repositories. Scripts may be re-written or added to from time to time, the date serves as the version number. Syntax highlighting on these pages is provided by GVim's "Convert to HTML" option.

Fortune as signature

#!/bin/sh
# Filename: fortune
# Author: robz

# Go on be annoying add "fortune" as your email signature.
# The Evolution email client allows script generated signatures.
# Warning, check fortune first lest you offend your mail recipient.
# See fortune man page for safe or sorry options.

echo "Fortune: " && fortune -s

No comments: