#!/bin/sh

echo Content-type: text/plain
echo


if  expr "$REMOTE_HOST" != "honeysuckle.cs.vt.edu" > /dev/null
then
/usr/bin/w plinnell
/usr/bin/echo "\n"
/usr/bin/finger -l plinnell
fi
