view bin/thanks @ 4598:1bc67ded06c4

<oerjan> mv paste.2 bin/paste; rm paste.1
author HackBot
date Sun, 20 Apr 2014 00:49:11 +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 "$_.";