1 #!/bin/sh 2 3 if ! grep -q ^games: /etc/group 4 then 5 /usr/sbin/groupadd games 6 fi
Generated by cgit