view bin/thanks @ 6415:63ca430a3833

<b_jonas> le/rn halfling/Halflings are genericized hobbits for intellectual property reasons.
author HackBot
date Sat, 19 Dec 2015 17:24:13 +0000
parents 685e004a3372
children
line wrap: on
line source

#!/usr/bin/perl -CSDA
$_ = (join " ", @ARGV) || `words`; s/^\s+|\s+$//g; print "Thanks, $_. "; if (/[aeiouyAEIOUY]/) { s/^[^aeiouyAEIOUY]*/Th/; } else { s/^./T/; } print "$_.";