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