Skip to content

Instantly share code, notes, and snippets.

@danromero
Created January 14, 2014 19:19
Show Gist options
  • Save danromero/8424060 to your computer and use it in GitHub Desktop.
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
#! /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