#!/usr/bin/php <?php /** * @author stev leibelt <artodeto@bazzline.net> * @since 2014-12-22 */ $pathToGenerator = realpath(__DIR__ . '/../../bin/net_bazzline_generate_locator'); $command = $pathToGenerator . ' ' . __DIR__ . '/configuration.php'; passthru($command);
info at phpclasses dot org