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

13 lines
221 B
PHP
Raw Permalink Normal View History

2018-01-14 15:10:16 +02:00
#!/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());