AlkantarClanX12

Your IP : 3.145.58.158


Current Path : /proc/self/root/opt/alt/alt-nodejs14/root/lib/node_modules/corepack/shims/
Upload File :
Current File : //proc/self/root/opt/alt/alt-nodejs14/root/lib/node_modules/corepack/shims/pnpx.cmd

@SETLOCAL
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\dist\pnpx.js" %*
) ELSE (
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\dist\pnpx.js" %*
)