Hello universe

This commit is contained in:
2019-07-27 00:03:38 +02:00
commit 3583d74eff
9 changed files with 1173 additions and 0 deletions

7
bin/hubot Executable file
View File

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