changeset 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 0e9ccf851aaf
children 0ea966b84787
files bin/unh
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/unh	Fri Jan 25 19:19:50 2013 +0000
@@ -0,0 +1,2 @@
+#!/usr/bin/perl -p
+s/([aeiouy])h([bcdfghjklmnpqrstvxz])/$1$2/ig