Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am bettin on github.
  • I am bettin (https://keybase.io/bettin) on keybase.
  • I have a public key whose fingerprint is 3975 FB6E 1730 6EC4 64C5 B149 8895 7887 A077 6A59

To claim this, I am signing this object:

@bettin
bettin / deploy.sh
Last active August 29, 2015 14:16
Jekyll S3 Deployment Script
Moved to a repo
https://github.com/bettin/jekyll-s3-build
@bettin
bettin / hipchat.sh
Created October 31, 2013 02:49 — forked from danriti/hipchat.sh
# Build Passes
curl -d "room_id=ourRoom&from=BuildBot&message=Build+Status:+Passing&color=green" https://api.hipchat.com/v1/rooms/message?auth_token=AUTH_TOKEN_HERE&format=json
# Build Fails
curl -d "room_id=ourRoom&from=BuildBot&message=Build+Status:+Failing&color=red&notify=1" https://api.hipchat.com/v1/rooms/message?auth_token=AUTH_TOKEN_HERE&format=json