1 #!/bin/sh -e 2 3 _GROUP=wireshark 4 5 /usr/bin/getent group $_GROUP > /dev/null 2>&1 || /usr/sbin/groupadd $_GROUP
Generated by cgit