changeset 1995:0c73580cbc4c

<fizzie> sed -i -e \'s#^/#\\\\#\' bin/\\?hh
author HackBot
date Sun, 03 Feb 2013 11:17:49 +0000
parents 429b9b175267
children 77ba48eeaa0e
files bin/?hh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/?hh	Sun Feb 03 11:17:16 2013 +0000
+++ b/bin/?hh	Sun Feb 03 11:17:49 2013 +0000
@@ -1,1 +1,1 @@
-/? "$@" | perl -pe 's/([aeiouy])([bcdfghjklmnpqrstvxz])/$1h$2/ig'
+\? "$@" | perl -pe 's/([aeiouy])([bcdfghjklmnpqrstvxz])/$1h$2/ig'