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