#! /bin/sh

g=$1
shift
exec /usr/sbin/groupadd -g "$g" "$@"
