/
wizshell/
wizshell/binsrc/
wizshell/binsrc/elvis-1.7/doc/
wizshell/docs/help/
wizshell/etc/
wizshell/src/util/
#!/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