annotate bin/unh @ 1803:eee02eb985e4

<fizzie> printf \'%s\\n\' \'#!/usr/bin/perl -p\' \'s/([aeiouy])h([bcdfghjklmnpqrstvxz])/$1$2/ig\' > bin/unh; chmod +x bin/unh # I\'m sure we need all these
author HackBot
date Fri, 25 Jan 2013 19:19:50 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1803
eee02eb985e4 <fizzie> printf \'%s\\n\' \'#!/usr/bin/perl -p\' \'s/([aeiouy])h([bcdfghjklmnpqrstvxz])/$1$2/ig\' > bin/unh; chmod +x bin/unh # I\'m sure we need all these
HackBot
parents:
diff changeset
1 #!/usr/bin/perl -p
eee02eb985e4 <fizzie> printf \'%s\\n\' \'#!/usr/bin/perl -p\' \'s/([aeiouy])h([bcdfghjklmnpqrstvxz])/$1$2/ig\' > bin/unh; chmod +x bin/unh # I\'m sure we need all these
HackBot
parents:
diff changeset
2 s/([aeiouy])h([bcdfghjklmnpqrstvxz])/$1$2/ig