Files
GoldenCheetah/util/ppxml.rb
Mark Liversedge 804f30502e Reorg tidy src directory
.. move the fluff that has collected into the src directory
   to somewhere more appropriate.
2016-02-26 09:28:28 +00:00

5 lines
99 B
Ruby

#!/usr/bin/env ruby
require 'rexml/document'
xml = REXML::Document.new(STDIN)
xml.write(STDOUT, 2)