#!/bin/sh -e # at_xmessage -- print messages on xwindows at a certain time. # Copyright : http://www.fsf.org/copyleft/gpl.html # Author : Dan Jacobson -- http://jidanni.org/comp/ # Created On : Summer 2001 # Last Modified On: Wed Mar 25 03:03:56 2009 # Update Count : 83 test -w / && { echo "$0: don't run as root, could have DISPLAY problems" exit 22;} test $# -eq 0 -o "$1" = --help && exec cat<