Drupal Shared Hosting Site Installer
Update: I added a cleaned up copy of my script, in case it comes in handy for anyone. Read the end of this post for more info...
I just finished whipping up a workable bash script to automate installing and (basically) configuring a new site on a shared Drupal hosting server.
Here's the basic scenario. First, you set up a "template" site, and configure it however you want all new sites to start. Add common accounts. Enable modules. Twiddle bits. Etc... Then, you export a mysqldump of that template site's database, and will use that to create new sites.
