Skip to content

Instantly share code, notes, and snippets.

View canyousayyes's full-sized avatar

Gene Ng canyousayyes

View GitHub Profile
@canyousayyes
canyousayyes / pull-requests.5m.sh
Last active May 18, 2016 04:47 — forked from sfai05/pull-requests.5m.sh
Script that fetches numbers of open pull requests from GitHub
#!/bin/bash
# Requires: jq, curl
#
#
# Simple script that fetches list of open pull requests from GitHub
# Author: Fai, Gene
#
export PATH='/usr/local/bin:/usr/bin:/bin:$PATH'