view bin/thanks @ 5059:2e2dd5896e36

<oerjan> sed -i \'/!9/d\' "index.html?dl=1812"
author HackBot
date Wed, 15 Oct 2014 22:32: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 "$_.";