view bin/thanks @ 3054:f57219ffa290

<nooodl> chmod +x bin/thanks
author HackBot
date Wed, 05 Jun 2013 19:07:53 +0000
parents aa66025be094
children 44277c0eec41
line wrap: on
line source

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