#!/bin/sh -
#	$OpenBSD: whoami.sh,v 1.3 1997/02/07 14:31:50 deraadt Exp $
#	Public domain

exec /usr/bin/id -un
