findphp 151 B

123456789
  1. #!/usr/bin/env bash
  2. find Auth Tests \
  3. -name _darcs -prune -o \
  4. \( -type f \
  5. -a -name \*.php \
  6. -a ! -name .\* \
  7. \) | grep -v Tests