pulsar/script/test.cmd

4 lines
107 B
Batchfile
Raw Normal View History

@ECHO off
echo `script\test.cmd` is deprecated. Use `node script/test.js` instead
node "%~dp0\test.js" %*