annotate bin/thanks @ 4294:1f6f62cf90e3

<shachaf> echo >bin/rnooodl \'perl -pe \'\\\'\'s/[Nn]ooodl/"\\1@{[o x(3+rand 7)]}dl"/ge\'\\\'
author HackBot
date Tue, 14 Jan 2014 01:17:23 +0000
parents c216e32f5e2e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3053
aa66025be094 <nooodl> mv index.html bin/thanks
HackBot
parents: 3050
diff changeset
1 #!/usr/bin/perl
3386
c216e32f5e2e <ion> sed -i -re \'s/aeiouy/aeiouyAEIOUY/g\' bin/thanks bin/hi && cat bin/thanks
HackBot
parents: 3063
diff changeset
2 $_ = (join " ", @ARGV) || `words`; s/^\s+|\s+$//g; print "Thanks, $_. "; if (/[aeiouyAEIOUY]/) { s/^[^aeiouyAEIOUY]*/Th/; } else { s/^./T/; } print "$_.";