bootstrap.bat now forwards args to ps1

This commit is contained in:
Alexander Karatarakis 2018-06-08 16:26:57 -07:00
parent 9750fff027
commit 91ec5c4301

View file

@ -1,2 +1,2 @@
@echo off
powershell.exe -NoProfile -ExecutionPolicy Bypass "& {& '%~dp0scripts\bootstrap.ps1'}"
powershell.exe -NoProfile -ExecutionPolicy Bypass "& {& '%~dp0scripts\bootstrap.ps1' %*}"