#!/bin/sh
if [ ! -z "`receive -l 2>/dev/null`" ]; then
  echo
  echo 'You have files in your spool directory. Type "receive"'
  echo
fi


syntax highlighted by Code2HTML, v. 0.9.1