Skip to content

Instantly share code, notes, and snippets.

@benclark
Created June 24, 2014 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benclark/b0c7cb8cc1bba905f804 to your computer and use it in GitHub Desktop.
Save benclark/b0c7cb8cc1bba905f804 to your computer and use it in GitHub Desktop.
for alias in `drush sa`; do echo $alias; drush @$alias updb -y; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment