Skip to content

Instantly share code, notes, and snippets.

@avtar
Last active September 1, 2016 16:40
Show Gist options
  • Select an option

  • Save avtar/41ee86cb32da7e764afc7b40e5604e8a to your computer and use it in GitHub Desktop.

Select an option

Save avtar/41ee86cb32da7e764afc7b40e5604e8a to your computer and use it in GitHub Desktop.
Param(
[Parameter(Mandatory=$True)]
[String]
[Alias("c")]
$command
)
$env:HOME = "C:\Users\vagrant"
$env:DOIT_HOST = "localhost"
cd C:\vagrant
doitclient.exe wcmd "refreshenv 1> nul && ${command}"
exit $lastExitCode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment