Welcome To Snipplr


Everyone's Recent Bash Snippets Tagged drupal



« Prev 1 Next »
drush pm-list --status=enabled --pipe | grep 'uc_' | xargs -i drush pm-disable '{}' -y
0 727 posted 8 years ago by apro2000
Drupal Debugging like Dev Tools
0 608 posted 9 years ago by apro2000
Installs drupal using the provided database credentials with the provided localization, creates admin account with the given name and password
0 528 posted 11 years ago by klickreflex
0 566 posted 12 years ago by abstraktor
0 434 posted 13 years ago by hamsterbacke82
We can use this in a shell script (while doing a backup process, an update, ...)
1 566 posted 13 years ago by isholgueras
procedure for updating drupal core.
0 417 posted 14 years ago by MikeyLikesIt
Dumps a space separated list of enabled modules to a text file mods_enabled.txt
1 787 posted 14 years ago by zachharkey
The Drupal website will be updated every 45 minutes after the hour.
2 570 posted 14 years ago by chrisaiv
A common Drupal problem: how to save e.g. your blocks configuration without dragging an X Gig database around. A simple command that dumps a table in a way that it can be inserted into SVN. Every row is dumped as a single line, and they are sor...
1 567 posted 14 years ago by berkes
A bash script that calls Drush for all your multisite sites and returns a list of available and installed modules for each site.
2 668 posted 15 years ago by berkes
« Prev 1 Next »