summaryrefslogtreecommitdiff
path: root/node_modules/.bin/wscat.cmd
blob: aa44584b8a3319f2741038e682baf55cb4e31e10 (plain)
1
2
3
4
5
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\ws\bin\wscat" %*
) ELSE (
  node  "%~dp0\..\ws\bin\wscat" %*
)