changeset 1753:37406c6f9b44

<shachaf> sed -i s/bcdgklmnpqrstvxz/bcdfghjklmnpqrstvxz/ bin/\\?{h,hh}
author HackBot
date Fri, 25 Jan 2013 12:51:50 +0000
parents 2650664ac0c8
children 8b1b6a790cb6
files bin/?h bin/?hh
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bin/?h	Fri Jan 25 12:49:55 2013 +0000
+++ b/bin/?h	Fri Jan 25 12:51:50 2013 +0000
@@ -1,1 +1,1 @@
-? "$@" | perl -pe 's/([aeiouy])([bcdgklmnpqrstvxz])\b/$1h$2/ig'
+? "$@" | perl -pe 's/([aeiouy])([bcdfghjklmnpqrstvxz])\b/$1h$2/ig'
--- a/bin/?hh	Fri Jan 25 12:49:55 2013 +0000
+++ b/bin/?hh	Fri Jan 25 12:51:50 2013 +0000
@@ -1,1 +1,1 @@
-? "$@" | perl -pe 's/([aeiouy])([bcdgklmnpqrstvxz])/$1h$2/ig'
+? "$@" | perl -pe 's/([aeiouy])([bcdfghjklmnpqrstvxz])/$1h$2/ig'