Skip to content

Instantly share code, notes, and snippets.

@omarlopesino
Created April 11, 2019 12:04
Show Gist options
  • Save omarlopesino/be26c995bfb6d41edeb18c2d86f12863 to your computer and use it in GitHub Desktop.
Save omarlopesino/be26c995bfb6d41edeb18c2d86f12863 to your computer and use it in GitHub Desktop.
Get drupal version
DRUPAL_VERSION="$(drush status --format=list 'Drupal version' | cut -d. -f1 -)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment