mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
6 lines
75 B
PHP
6 lines
75 B
PHP
<?php
|
|
|
|
require 'Compiler.php' ;
|
|
|
|
ParserCompiler::cli( $_SERVER['argv'] ) ;
|