#!/bin/sh

/usr/ucb/logger -p local0.info "executed status command"
finger troubmh@cs.colorado.edu | tr '\015' '\040' | ${PAGER-/usr/ucb/more}
