#!/bin/sh
#
# Copyright (C) 1995  Lars Berntzon
#
last -10 tty1 | $AWK '
$2~/^[a-z\/]/ && $1 != "wtmp" {
    print $1
}' | once
