annotate bin/hi @ 4302:4c8ac460e606

<FireFly> echo -e \'#!/bin/sh\\nrelcome | r13\' >bin/r13elcome; chmod +x bin/r13elcome
author HackBot
date Tue, 14 Jan 2014 21:03:57 +0000
parents c216e32f5e2e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3385
6d9cebb0eac5 <ion> sed -re \'s/\\<Thanks,/Hi/; s/\\<Th\\>/H/; s/\\<T\\>/H/\' <bin/thanks >bin/hi && chmod +x bin/hi && cat bin/hi
HackBot
parents:
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: 3385
diff changeset
2 $_ = (join " ", @ARGV) || `words`; s/^\s+|\s+$//g; print "Hi $_. "; if (/[aeiouyAEIOUY]/) { s/^[^aeiouyAEIOUY]*/H/; } else { s/^./H/; } print "$_.";