xref: /original-bsd/usr.bin/id/groups.sh (revision 381fb7ab)
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#	@(#)groups.sh	5.1 (Berkeley) 11/11/91
9#
10
11id -Gn $*
12