changeset 2583:857a840ed70a

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