Created
September 9, 2015 15:27
-
-
Save justnom/d81824abcf860ba3d25c to your computer and use it in GitHub Desktop.
Vagrant wrapper for Launchy
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
@echo off | |
SET project=%1 | |
START "vagrant" /D "C:\Projects\%project%" "C:\HashiCorp\Vagrant\bin\vagrant.exe" %2 %3 %4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment