5 lines
96 B
Bash
5 lines
96 B
Bash
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
./admin/findphp | xargs -L 1 /usr/bin/env perl admin/brace_style.pl
|