/home/sharedstore/public_html/prestashop.sharedstore.ma/bin
Edit: /home/sharedstore/public_html/prestashop.sharedstore.ma/bin/console (852B)
#!/usr/bin/env php
getParameterOption(['--env', '-e'], getenv('SYMFONY_ENV') ?: 'dev');
$debug = getenv('SYMFONY_DEBUG') !== '0' && !$input->hasParameterOption(['--no-debug', '']) && $env !== 'prod';
if ($debug) {
Debug::enable();
}
$kernel = new AppKernel($env, $debug);
$application = new Application($kernel);
$application->run($input);