annotate bin/h @ 1772:a9f49d134dca

<shachaf> echo \'perl -pe \'\\\'\'s/([aeiouy])([bcdfghjklmnpqrstvxz])/$1h$2/ig\'\\\'\'\' > bin/h; chmod +x bin/h
author HackBot
date Fri, 25 Jan 2013 13:31:34 +0000
parents
children 1b942553b952
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1772
a9f49d134dca <shachaf> echo \'perl -pe \'\\\'\'s/([aeiouy])([bcdfghjklmnpqrstvxz])/$1h$2/ig\'\\\'\'\' > bin/h; chmod +x bin/h
HackBot
parents:
diff changeset
1 perl -pe 's/([aeiouy])([bcdfghjklmnpqrstvxz])/$1h$2/ig'