annotate bin/unh @ 12257:1924fe176291 draft

<fizzie> ` sed -e \'s|wisdom|bin|\' < ../bin/cwlprits > ../bin/cblprits; chmod a+x ../bin/cblprits
author HackEso <hackeso@esolangs.org>
date Sat, 07 Dec 2019 23:36:53 +0000
parents eee02eb985e4
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