2015-04-23 14:17:30 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
2015-04-24 10:28:01 +02:00
|
|
|
npm install
|
2015-04-23 14:17:30 +02:00
|
|
|
export PATH="node_modules/.bin:node_modules/hubot/node_modules/.bin:$PATH"
|
|
|
|
|
2015-04-23 17:38:28 +02:00
|
|
|
DEBUG=nightmare PYTHON=python2 BIND_ADDRESS=localhost node_modules/.bin/hubot --name "asjon" "$@"
|