asjon/bin/hubot

9 lines
212 B
Plaintext
Raw Normal View History

2015-04-23 14:17:30 +02:00
#!/bin/sh
set -e
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" "$@"