gnu-social/vendor/openid/php-openid/admin/findallphp

9 lines
136 B
Bash
Executable File

#!/usr/bin/env bash
find Auth Tests \
-name _darcs -prune -o \
\( -type f \
-a -name \*.php \
-a ! -name .\* \
\)