view bin/thanks @ 3843:5b9ca5456cc7

<oerjan> mv delvs bin
author HackBot
date Wed, 25 Sep 2013 13:52:48 +0000
parents c216e32f5e2e
children
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 "$_.";