xref: /original-bsd/usr.bin/id/whoami.sh (revision c3e32dec)
1#!/bin/sh -
2#
3# Copyright (c) 1991, 1993
4#	The Regents of the University of California.  All rights reserved.
5#
6# %sccs.include.redist.sh%
7#
8#	@(#)whoami.sh	8.1 (Berkeley) 06/06/93
9#
10
11id -un
12