Created
January 14, 2014 19:19
-
-
Save danromero/8424060 to your computer and use it in GitHub Desktop.
Dev bash script—changes from home directory to project directory, pulls latest version of master, boots up vagrant image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
cd envoy-web/ | |
git pull | |
vagrant up | |
vagrant ssh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment