view bin/thanks @ 3866:23298d602f9a

<oerjan> mv bin/{rwel,oz}come
author HackBot
date Thu, 03 Oct 2013 22:58:24 +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 "$_.";