drupal-civicrm/vendor/drush/drush/drush.php

13 lines
221 B
PHP
Executable File

#!/usr/bin/env php
<?php
/**
* @file
* drush is a PHP script implementing a command line shell for Drupal.
*
* @requires PHP CLI 5.4.5, or newer.
*/
require __DIR__ . '/includes/preflight.inc';
exit(drush_main());