Skip to content

Instantly share code, notes, and snippets.

@benclark
Created June 24, 2014 16:45
Show Gist options
  • Select an option

  • Save benclark/b0c7cb8cc1bba905f804 to your computer and use it in GitHub Desktop.

Select an option

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