2015-04-23 14:17:30 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
2015-04-25 10:16:31 +02:00
|
|
|
PYTHON=python2 npm install
|
2015-04-23 14:17:30 +02:00
|
|
|
export PATH="node_modules/.bin:node_modules/hubot/node_modules/.bin:$PATH"
|
|
|
|
|
2015-04-25 14:58:20 +02:00
|
|
|
DEBUG=nightmare PYTHON=python2 node_modules/.bin/hubot --name "asjon" --alias "assa" "$@"
|