mirror of https://github.com/pulumi/pulumi.git
5 lines
68 B
Batchfile
5 lines
68 B
Batchfile
|
@echo off
|
||
|
setlocal
|
||
|
set SCRIPT_DIR=%~dp0
|
||
|
@node "%SCRIPT_DIR%/bin" %*
|