annotate bin/thanks @ 8702:e91970e62be1

<oerjan> fetch http://oerjan.nvg.org/shebang_args_or_input
author HackBot
date Tue, 05 Jul 2016 02:21:15 +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 "$_.";