mirror of
https://github.com/php/doc-pt_br.git
synced 2026-03-23 22:52:12 +01:00
3 lines
184 B
Bash
Executable File
3 lines
184 B
Bash
Executable File
git -C pt_BR diff --name-only | xargs -I %f -- php pt_BR/.tools/test/spce.php "pt_BR/%f"
|
|
[ -f list.txt ] && cat list.txt | xargs -I %f -- php pt_BR/.tools/test/spce.php "pt_BR/%f"
|