asjon/bin/hubot

8 lines
185 B
Plaintext
Raw Normal View History

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