wormhole/bin/hubot.cmd

8 lines
159 B
Batchfile
Raw Normal View History

2019-07-26 22:03:38 +00:00
@echo off
call npm install
SETLOCAL
SET PATH=node_modules\.bin;node_modules\hubot\node_modules\.bin;%PATH%
node_modules\.bin\hubot.cmd --name "wormhole" %*