#!/bin/csh
#
# Re-display MOTD and other startup messages.
#
# Rick van der Zwet <rick@wirelessleiden.nl>
#
cat /etc/motd
[ -x /etc/motd.cshrc ] && source /etc/motd.cshrc
