Skip to content

Instantly share code, notes, and snippets.

View endtwist's full-sized avatar

Joshua Gross endtwist

View GitHub Profile
@endtwist
endtwist / -letter.js
Created September 15, 2011 02:56
-letter.js 0.1
/*global jQuery */
/*!
* -letter.js
* Version: 0.1
* Copyright (c) 2011 Joshua Gross
* MIT license
*
* Usage:
* Include this file anywhere in your HTML
* <script src="-letter.js"></script>
#!/bin/bash
# allows you to send pull requests from the command line
# usage: git req username [comparetobranch]
# or: git req username -m 'message'
# put somewhere in your PATH as git-req and make executable
usage()
{
cat << EOF
usage: $0 options