botka/bin/hubot
Greg Karékinian 478c93a742 Initial botka repository
Forked from 67P/hal8000
2016-11-22 13:21:29 +01:00

9 lines
160 B
Bash
Executable File

#!/bin/sh
set -e
npm install
export PATH="node_modules/.bin:node_modules/hubot/node_modules/.bin:$PATH"
exec node_modules/.bin/hubot --name "botka_dev" "$@"