view bin/thanks @ 8905:030aee90ead1

<orin> fetch http://orenwatson.be/speliG
author HackBot
date Wed, 10 Aug 2016 20:39:02 +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 "$_.";