I hereby claim:
- I am nicktx on github.
- I am ngolde (https://keybase.io/ngolde) on keybase.
- I have a public key ASAygKt--vPArIlLvtDpPz-uJiQLC3fTtgMfMghBnemWogo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env ruby | |
| require 'json' | |
| require 'optparse' | |
| require 'fileutils' | |
| include FileUtils | |
| options = {} | |
| option_parser = OptionParser.new do |opts| | |
| # Create overwrite switch |