root/trunk/symfony
| Revision 48 (checked in by nperriault, 1 month ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | #!/usr/bin/env php |
| 2 | <?php |
| 3 | chdir(dirname(__FILE__)); |
| 4 | require_once(dirname(__FILE__).'/config/ProjectConfiguration.class.php'); |
| 5 | $configuration = new ProjectConfiguration(); |
| 6 | include($configuration->getSymfonyLibDir().'/command/cli.php'); |
Note: See TracBrowser for help on using the browser.
