mirror of
https://gitcode.com/gh_mirrors/se/setup-python.git
synced 2026-07-02 18:27:49 +00:00
Initial pass
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\..\uuid\bin\uuid" %*
|
||||
) ELSE (
|
||||
@SETLOCAL
|
||||
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||
node "%~dp0\..\uuid\bin\uuid" %*
|
||||
)
|
||||
Reference in New Issue
Block a user