This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#set the hubot slack credentials | |
export PORT=8181 | |
export HUBOT_SLACK_BOTNAME="hubot" | |
export HUBOT_SLACK_TEAM="nerdbeers" | |
export HUBOT_SLACK_TOKEN="my-slack-token" | |
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin |