#!/bin/csh # This is the last command for the WizPort # This simply cats out the etc/wtmp file # This file is created by 'make' if ( == "|" && ( == "more" || == "less" ) ) then /usr/home/beowolf/wsh/bin/less /usr/home/beowolf/wsh/etc/wtmp else cat /usr/home/beowolf/wsh/etc/wtmp endif