Skip to content

Instantly share code, notes, and snippets.

@teamon
Created July 10, 2013 08:52
Show Gist options
  • Save teamon/5964597 to your computer and use it in GitHub Desktop.
Save teamon/5964597 to your computer and use it in GitHub Desktop.
#!/bin/sh
# Usage
# $ cat Gemfile.lock | hipchat
# $ rake middleware 2>&1 | hipchat
curl -XPOST "http://api.hipchat.com/v1/rooms/message?format=json&auth_token=TOKEN" -d "room_id=ROOM&from=zsh&message_format=text&message=/code%20$(cat)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment