Created
October 27, 2014 08:09
-
-
Save alvar0hurtad0/4b9f78f5e2ec48e1b9fe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SITES=$(drush sa | grep \.pro) | |
for site in $(echo $SITES) | |
do | |
echo ------------------ $site ------------------------- | |
drush $site status --fields=drupal-version | |
DRUPAL_PATH = echo $site status --fields=root | cut -d':' -f 2 | |
drush $site ssh "cd $DRUPAL_PATH && git status" | |
drush $site drupalgeddon-test | |
done | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment