#!/usr/bin/env ruby
require 'json'

open('testdata/tempfile', 'w') { |f| f.puts(JSON.dump(ARGV)) }
