This file contains 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
### Keybase proof | |
I hereby claim: | |
* I am mattolson on github. | |
* I am matt (https://keybase.io/matt) on keybase. | |
* I have the public key with fingerprint B936 4731 B1DD 9DDA F46D 0426 C433 3E45 6B00 5848 | |
To claim this, I am signing this object: |
This file contains 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
#!/usr/bin/env ruby | |
require 'rubygems' | |
require 'fileutils' | |
require 'open-uri' | |
require 'rexml/document' | |
require 'tempfile' | |
require 'shellwords' | |
module Shell |