diff --git a/devops/site-drush.php b/devops/site-drush.php new file mode 100755 index 0000000000000000000000000000000000000000..e05d224efd77f7b5026349b59f2cdfc88e130ea7 --- /dev/null +++ b/devops/site-drush.php @@ -0,0 +1,29 @@ +#!/usr/bin/env php + $arg) { + $argv[$key] = escapeshellarg($arg); +} +$command = implode(' ', $argv); + +fwrite(STDERR, 'Running command: drush ' . $command . "\n"); +echo drush_command($command, $site['pool'], $site['url_path']) . "\n";