Upload to patchbin easily from the command line
w00t, this took much shorter than I thought it would.
Anyways, now you can upload to patchbin without even having to visit the website.
All you’ll have to do is pipe any command that prints a patch to the “patchbin” command. Like “git diff | patchbin” or “svn diff | patchbin”
Just follow the instructions at http://anirudhsanjeev.org/projects/PatchbinUploadScript
Happy hacking!