comparison bin/! @ 2598:41595cf4a435

<fizzie> sed -i -e \'2s#$# -e \'\\\'\'s/!\\\\?$/!/\'\\\'\'#\' bin/\\!
author HackBot
date Wed, 03 Apr 2013 19:17:37 +0000
parents 7b89280f2e2d
children
comparison
equal deleted inserted replaced
2597:39046fb1f4b9 2598:41595cf4a435
1 #!/bin/sh 1 #!/bin/sh
2 \? "$@" | perl -C7 -pe '$_ = uc' | sed -e s/[.?]/!/g 2 \? "$@" | perl -C7 -pe '$_ = uc' | sed -e s/[.?]/!/g -e 's/!\?$/!/'