Skip to content

Instantly share code, notes, and snippets.

View shreyanshp's full-sized avatar

Shreyansh Pandey shreyanshp

  • Somewhere close to ground!
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