Skip to content

Instantly share code, notes, and snippets.

@ryoe
ryoe / hubot-slack
Last active August 29, 2015 14:07
A little shell script to help develop/debug hubot scripts.
#!/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