asjon/bin/hubot
2015-04-30 14:46:11 +02:00

8 lines
185 B
Bash
Executable File

#!/bin/sh
set -e
export PATH="node_modules/.bin:node_modules/hubot/node_modules/.bin:$PATH"
DEBUG=nightmare PYTHON=python2 node_modules/.bin/hubot --name "asjon" --alias "assa" "$@"