Skip to content

Instantly share code, notes, and snippets.

@jbickar
Created March 7, 2017 18:12
Show Gist options
  • Save jbickar/e3d454962db21cb7a58aeb2342675813 to your computer and use it in GitHub Desktop.
Save jbickar/e3d454962db21cb7a58aeb2342675813 to your computer and use it in GitHub Desktop.
Make ALL THE THINGS
#!/bin/bash
drush make --concurrency=4 development/product/drupalcamp/drupalcamp.make /tmp/drupalcamp-dev
drush make --concurrency=4 development/product/jumpstart-academic/jumpstart-academic.make /tmp/academic-dev
drush make --concurrency=4 development/product/jumpstart-engineering/jumpstart-engineering.make /tmp/engineering-dev
drush make --concurrency=4 development/product/jumpstart-lab/jumpstart-lab.make /tmp/lab-dev
drush make --concurrency=4 development/product/jumpstart-plus/jumpstart-plus.make /tmp/plus-dev
drush make --concurrency=4 development/product/jumpstart-vpsa/jumpstart-vpsa.make /tmp/vpsa-dev
drush make --concurrency=4 development/product/jumpstart/jumpstart.make /tmp/jumpstart-dev
drush make --concurrency=4 production/product/jumpstart-academic/jumpstart-academic.make /tmp/academic-prod
drush make --concurrency=4 production/product/jumpstart-engineering/jumpstart-engineering.make /tmp/engineering-prod
drush make --concurrency=4 production/product/jumpstart-lab/jumpstart-lab.make /tmp/lab-prod
drush make --concurrency=4 production/product/jumpstart-plus/jumpstart-plus.make /tmp/plus-prod
drush make --concurrency=4 production/product/jumpstart/jumpstart.make /tmp/jumpstart-prod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment