check-gids.sh 86B

12345
  1. #!/bin/bash
  2. if [ $(pwck -r | grep "no group" | wc -l) -ne 0 ];then
  3. exit 1
  4. fi