Skip to content

Instantly share code, notes, and snippets.

View cotterjd's full-sized avatar
🏠
Working from home

Jordan Cotter cotterjd

🏠
Working from home
  • Nutiliti
  • Weatherford, OK
View GitHub Profile
@dopiaza
dopiaza / slackpost
Created September 5, 2013 12:33
Post a message to a Slack channel
#!/bin/bash
# Usage: slackpost <token> <channel> <message>
# Enter the name of your slack host here - the thing that appears in your URL:
# https://slackhost.slack.com/
slackhost=PUT_YOUR_HOST_HERE
token=$1