Skip to content

Instantly share code, notes, and snippets.

View spaceo's full-sized avatar

Mikkel Jakobsen spaceo

  • Reload A/S
  • Denmark
View GitHub Profile
@spaceo
spaceo / generate_alias.sh
Last active August 29, 2015 14:07
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