view bin/thanks @ 8919:e8d6f39c2a6d

<oerjan> learn WTH is wavy toe hair. hth.
author HackBot
date Mon, 15 Aug 2016 00:58:07 +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 "$_.";