annotate bin/thanks @ 6223:fb412a31386c

<tswett> echo \'words ${1---eng-1M --esolangs 20} | sed -re \'\\\'\'s/( |$)/lang\\1/g\'\\\' > bin/langs
author HackBot
date Thu, 19 Nov 2015 01:51: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 "$_.";