This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |
NewerOlder