#!/bin/sh
</etc/group awk -F: '$1==ENVIRON["USER"] {print $4}' | tr ',' '\n'
