#!/bin/sh
#
# getGroupId - Get the current group_id
#

# This is the GNU way, override on BSD, system V ...

id -ng
