changeset 2584:b4e2fd492d47

<FireFly> sed -i \'s:sed.*:sed -e "s/[.?]( |$)/!\\\\1/g":\' bin/\\!
author HackBot
date Mon, 01 Apr 2013 22:33:38 +0000
parents 857a840ed70a
children 7b89280f2e2d
files bin/!
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/!	Mon Apr 01 22:26:00 2013 +0000
+++ b/bin/!	Mon Apr 01 22:33:38 2013 +0000
@@ -1,2 +1,2 @@
 #!/bin/sh
-\? "$@" | perl -C7 -pe '$_ = uc' | sed -e s/[.?]/!/g
+\? "$@" | perl -C7 -pe '$_ = uc' | sed -e "s/[.?]( |$)/!\1/g"