forked from GNUsocial/gnu-social
9 lines
136 B
Bash
Executable File
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 .\* \
|
|
\)
|