drupal

Improved drupal module script

After writing my drupal module download script, it worked just fine, save for one problem: I work on multiple Drupal sites hosted on different servers. Editing .bashrc files can get tedious, so I decided to turn "getmod" into a standalone shell script.

Drupal module install script

Update: This script has been improved here.

While developing a new Drupal site, one tends to install lots of modules to shape his site into something specific. The problem is, doing so through a GUI takes much more time than I care to spend.