forked from ports/contrib
7 lines
77 B
Bash
Executable File
7 lines
77 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if ! grep -q ^games: /etc/group
|
|
then
|
|
/usr/sbin/groupadd games
|
|
fi
|