
| Current Path : /var/www/html/ift/vendor/drush/drush/includes/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/ift/vendor/drush/drush/includes/preflight.inc |
<?php
/**
* @file
* Postflight and shutdown code.
*/
use Drush\Drush;
use Drush\Runtime\Runtime;
/**
* The main Drush function.
*
* This function is still called by drush-launcher. It is no longer used by
* Drush itself.
*/
function drush_main() {
require dirname(__DIR__) . '/drush.php';
}