#!/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:
Post a Comment