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

# This is the system V way, need to test this

id -ng
