2018-01-17 22:07:49 +01:00

8 lines
160 B
Batchfile

@echo off
call npm install
SETLOCAL
SET PATH=node_modules\.bin;node_modules\hubot\node_modules\.bin;%PATH%
node_modules\.bin\hubot.cmd --name "statusbot" %*