Skip to content

Instantly share code, notes, and snippets.

View rodrigok's full-sized avatar

Rodrigo Nascimento rodrigok

View GitHub Profile
@rodrigok
rodrigok / rocketchat-jira.js
Created August 17, 2016 21:39 — forked from alexandrezia/rocketchat-jira.js
Rocket.Chat - Jira webhook
/*
Alexandre Zia
Credits:
This script adds functionality to the original code
Original code from: Jonathan Gotti (malko) : https://github.com/malko/rocketchat-jira-hook/blob/master/jira-rocketchat-hook.js
*/
/*jshint esnext:true*/
@rodrigok
rodrigok / gsay
Created April 13, 2013 15:36 — forked from matoken/gsay
#!/bin/sh
TMP=/tmp/gsay.mp3
curl --silent --user-agent "Safari/1.0" "http://translate.google.com/translate_tts?q=$1&tl=ja" > $TMP && afplay $TMP && rm -f $TMP
#test