view bin/thanks @ 6647:4aa157eb793d

<coppro> mkx bin/5quote//quote;quote;quote;quote;quote;
author HackBot
date Tue, 09 Feb 2016 00:21:09 +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 "$_.";