botka/bin/hubot

8 lines
148 B
Plaintext
Raw Normal View History

2015-04-26 21:20:26 +00:00
#!/bin/sh
set -e
export PATH="node_modules/.bin:node_modules/hubot/node_modules/.bin:$PATH"
exec node_modules/.bin/hubot --name "botka_dev" "$@"