view bin/thanks @ 4141:eff97e234e66

<boily> rm bin/a{,.cpp}
author HackBot
date Fri, 06 Dec 2013 15:35:28 +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 "$_.";