Skip to content

Instantly share code, notes, and snippets.

@kaznovac
Created October 9, 2017 13:05
Show Gist options
  • Save kaznovac/fcdeca0a36eabe627821eeb7c48cdc73 to your computer and use it in GitHub Desktop.
Save kaznovac/fcdeca0a36eabe627821eeb7c48cdc73 to your computer and use it in GitHub Desktop.
redirect all vagrant commands to vagrant stored in './vm' folder
#!/usr/bin/env bash
VAGRANT_CWD=./vm vagrant "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment