mirror of https://github.com/pulumi/pulumi.git
3 lines
84 B
Batchfile
3 lines
84 B
Batchfile
|
@echo off
|
||
|
powershell -noprofile -executionPolicy Unrestricted -file "%~dpn0.ps1" %*
|