mirror of
https://github.com/status-im/status-github-bot.git
synced 2025-02-20 17:08:16 +00:00
9 lines
160 B
Bash
Executable File
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 "statusbot" "$@"
|