check-uniq-names.sh 70B

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