view bin/thanks @ 3971:49a5d6226284

<john_metcalf> pastelogs itsy
author HackBot
date Fri, 01 Nov 2013 22:32:44 +0000
parents c216e32f5e2e
children
line wrap: on
line source

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