asjon/bin/hubot

7 lines
171 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-05-09 15:42:26 +02:00
export DEBUG=nightmare
2015-04-23 14:17:30 +02:00
2017-02-27 00:28:36 +01:00
node_modules/.bin/hubot --name asjon --alias assa "$@"