view bin/thanks @ 3064:3875b2cc1001

<boily> echo "a-\xc3\xa9-ro-g-liss-e-ur. If you mention eels, you\'ll get smacked with one of them in a most unappropriate manner." >wisdom/hovercraft
author HackBot
date Wed, 05 Jun 2013 19:32:55 +0000
parents bb75acbc97c0
children c216e32f5e2e
line wrap: on
line source

#!/usr/bin/perl
$_ = (join " ", @ARGV) || `words`; s/^\s+|\s+$//g; print "Thanks, $_. "; if (/[aeiouy]/) { s/^[^aeiouy]*/Th/; } else { s/^./T/; } print "$_.";