view bin/thanks @ 8994:6e888f769b5f

<int-e> learn CSS are confusing style sheets.
author HackBot
date Wed, 31 Aug 2016 21:35:31 +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 "$_.";