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