Skip to content

Instantly share code, notes, and snippets.

@shrop
Created December 8, 2011 19:25
Show Gist options
  • Save shrop/1448164 to your computer and use it in GitHub Desktop.
Save shrop/1448164 to your computer and use it in GitHub Desktop.
Use drush to disable all non-core modules
drush pml --no-core --type=module --status=enabled --pipe | xargs drush -y dis
@marcus7777
Copy link

me too. thank you

@aborruso
Copy link

thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment