Initial kommit

This commit is contained in:
2015-04-26 23:20:26 +02:00
commit 712c93b9d6
10 changed files with 387 additions and 0 deletions

8
bin/hubot Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
set -e
npm install
export PATH="node_modules/.bin:node_modules/hubot/node_modules/.bin:$PATH"
exec node_modules/.bin/hubot --name "hal9000" "$@"