annotate bin/thanks @ 5956:685e004a3372

<fizzie> ` sed -i -e \'s/perl/perl -CSDA/\' bin/thanks
author HackBot
date Sat, 05 Sep 2015 16:56:23 +0000
parents 7f957c1f4661
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 "$_.";