3 lines
76 B
Text
3 lines
76 B
Text
#!/usr/bin/ruby18
|
|
require 'redcloth'
|
|
puts RedCloth.new( ARGF.read ).to_html
|