#!/bin/sh # Time-stamp: "2005-08-19 01:17:29 ADT" # desc{ make the screen flash, with terminal codes } if test \! -t 1 then echo "[ALERT]" else echo "###############################################################################" echo "###############################################################################" echo "###############################################################################" echo "###############################################################################" echo "###############################################################################" echo "###############################################################################" echo "###############################################################################" echo "###############################################################################" echo "###############################################################################" echo "###############################################################################" echo "###############################################################################" echo "###############################################################################" echo "###############################################################################" echo "###############################################################################" echo "###############################################################################" echo "###############################################################################" echo "###############################################################################" echo "###############################################################################" echo "###############################################################################" echo "###############################################################################" echo "###############################################################################" echo "###############################################################################" echo "###############################################################################" fi