root/trunk/akelos
| Revision 1185, 182 bytes (checked in by arnoschn, 3 days ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | #!/usr/bin/env php |
| 2 | <?php |
| 3 | |
| 4 | $argv = $_SERVER['argv']; |
| 5 | array_shift($argv); |
| 6 | |
| 7 | passthru(dirname(__FILE__).DIRECTORY_SEPARATOR.'script'.DIRECTORY_SEPARATOR.'setup '.implode(' ',$argv)); |
| 8 | ?> |
Note: See TracBrowser for help on using the browser.
