Skip to content

Instantly share code, notes, and snippets.

@spaceo
Last active August 29, 2015 14:07
Show Gist options
  • Save spaceo/ae7abade1db85f2fd6e5 to your computer and use it in GitHub Desktop.
Save spaceo/ae7abade1db85f2fd6e5 to your computer and use it in GitHub Desktop.
Generate vagrant drush alias
#!/bin/bash
echo "<?php" > ~/.drush/nutricia.aliases.drushrc.php; drush --root=/vagrant_sites/nutricia.dev/htdocs site-alias @self --full --with-optional >> ~/.drush/nutricia.aliases.drushrc.php; sed -i 's/self/local/g' ~/.drush/nutricia.aliases.drushrc.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment