#!/usr/bin/env php * */ /** * Drupal shell execution script */ $script = basename(array_shift($_SERVER['argv'])); $script_name = realpath($script); $php_exec = realpath($_SERVER['PHP_SELF']); $shortopts = 'hr:s:v'; $longopts = array('help', 'root:', 'site:', 'verbose'); $args = @getopt($shortopts, $longopts); if (isset($args['h']) || isset($args['help'])) { echo <<run_queue();