view bin/thanks @ 7677:37349762b5af

<hppavilion[1]> ` sed -i s/ment/meant/ jnk/readme
author HackBot
date Tue, 03 May 2016 00:53:24 +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 "$_.";