Skip to content

Instantly share code, notes, and snippets.

@kaznovac
Created October 4, 2017 10:59
Show Gist options
  • Save kaznovac/d64260eb8f8cb62ab2514bbe8f8d344a to your computer and use it in GitHub Desktop.
Save kaznovac/d64260eb8f8cb62ab2514bbe8f8d344a to your computer and use it in GitHub Desktop.
redirect all vagrant commands to vagrant stored in './vm' folder
@ECHO OFF
SETLOCAL
SET VAGRANT_CWD=./vm
vagrant %*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment