source: hybrid/branches/releng-10/nanobsd/files/tools/motd@ 13574

Last change on this file since 13574 was 10918, checked in by rick, 13 years ago

Migrate to special commands file to avoid clutter and allow re-use.

One big plus, if you don't like the output you can just nuke the file.

  • Property svn:executable set to *
File size: 171 bytes
Line 
1#!/bin/csh
2#
3# Re-display MOTD and other startup messages.
4#
5# Rick van der Zwet <rick@wirelessleiden.nl>
6#
7cat /etc/motd
8[ -x /etc/motd.cshrc ] && source /etc/motd.cshrc
Note: See TracBrowser for help on using the repository browser.