annotate bin/thanks @ 9058:3b935e3ce251

<shachaf> revert
author HackBot
date Thu, 22 Sep 2016 00:05:08 +0000
parents 685e004a3372
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5956
685e004a3372 <fizzie> ` sed -i -e \'s/perl/perl -CSDA/\' bin/thanks
HackBot
parents: 4531
diff changeset
1 #!/usr/bin/perl -CSDA
4531
7f957c1f4661 <oerjan> revert
HackBot
parents:
diff changeset
2 $_ = (join " ", @ARGV) || `words`; s/^\s+|\s+$//g; print "Thanks, $_. "; if (/[aeiouyAEIOUY]/) { s/^[^aeiouyAEIOUY]*/Th/; } else { s/^./T/; } print "$_.";