#!/bin/csh # pingfacebook # ----------------------------------------------------------------------------- # C shell script to send a reminder to check Facebook # ----------------------------------------------------------------------------- # Revision History: # $Log$ # ----------------------------------------------------------------------------- echo "http://www.facebook.com/?sk=lf" | mail -s "Check Facebook..." fred@bristle.com echo "http://twitter.com/" | mail -s "Check Twitter..." fred@bristle.com echo "http://plus.google.com/" | mail -s "Check Google+..." fred@bristle.com