Initial botka repository
Forked from 67P/hal8000
This commit is contained in:
@@ -5,4 +5,4 @@ set -e
|
||||
npm install
|
||||
export PATH="node_modules/.bin:node_modules/hubot/node_modules/.bin:$PATH"
|
||||
|
||||
exec node_modules/.bin/hubot --name "hal9000" "$@"
|
||||
exec node_modules/.bin/hubot --name "botka_dev" "$@"
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
@echo off
|
||||
|
||||
npm install && node_modules\.bin\hubot.cmd --name "hal9000" %*
|
||||
npm install && node_modules\.bin\hubot.cmd --name "botka_dev" %*
|
||||
|
||||
Reference in New Issue
Block a user