changeset 2581:e66fbb854fc4

<oerjan> sed -i \'2s#$# | sed -e s/[.?]/\\!/g#\' bin/\\! # Testing fizzie\'s last command
author HackBot
date Mon, 01 Apr 2013 22:02:21 +0000
parents 0c31e6a2d4e0
children b5b7f0264183
files bin/!
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/!	Mon Apr 01 21:58:20 2013 +0000
+++ b/bin/!	Mon Apr 01 22:02:21 2013 +0000
@@ -1,2 +1,2 @@
 #!/bin/sh
-\! "$@" | perl -pe '$_ = uc'
+\! "$@" | perl -pe '$_ = uc' | sed -e s/[.?]/!/g