Joined November 2016
·

frederickjh

Website Developer at MEOS
·
Switzerland
·
·
·

Could be done with only drush with with a few options:
drush @site status --fields=drupal-version --field-labels=0

If you only want the major version of Drupal you can use awk to get only that:
drush @site status --fields=drupal-version --field-labels=0 | awk -F. '{print$1}'

Achievements
1 Karma
0 Total ProTip Views
Interests & Skills