#!/bin/sh

set -e

yarn install --no-bin-links
export PATH="node_modules/.bin:node_modules/hubot/node_modules/.bin:$PATH"

exec node_modules/hubot/bin/hubot --name "<%= botName %>" "$@"
