view bin/thanks @ 8393:6149466f7bfa

<b_jonas> `` echo -n > canary
author HackBot
date Tue, 07 Jun 2016 22:13:53 +0000
parents 685e004a3372
children
line wrap: on
line source

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