language: AWK (gawk) (gawk-3.1.6)
date: 137 days 18 hours ago
link:
visibility: public
1
BEGIN{RS="";FS="\n"}{gsub("\n", " "); print $0;exit}