#!/bin/sh -
if [ -r /afs/sipb.mit.edu/project/outage/news-motd ] ; then
   cat /afs/sipb.mit.edu/project/outage/news-motd
fi

# These three obfuscated lines are hacked from /usr/bin/basename.

BIL=`expr //$0 : "\(.*\)\/$" \| $0`
BIM=`expr //$BIL : '.*/\(.*\)'`
BIN=`expr $BIM : "\(.*\)$2$" \| $BIM`

echo /mit/sipb/`machtype`etc/$BIN "$@"

