view bin/thanks @ 5725:a808e1078a31

<ZombieCheney> learn the wisdom for fuck is that we need not indulge in illusions.
author HackBot
date Thu, 25 Jun 2015 03:49:32 +0000
parents 7f957c1f4661
children 685e004a3372
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 "$_.";