mirror of
https://github.com/php/php-langspec.git
synced 2026-03-24 07:12:08 +01:00
5 lines
85 B
Bash
Executable File
5 lines
85 B
Bash
Executable File
#!/bin/sh
|
|
php tools/grammar.php && \
|
|
php tools/toc.php && \
|
|
php tools/check_refs.php
|