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