comparison bin/! @ 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
comparison
equal deleted inserted replaced
2580:0c31e6a2d4e0 2581:e66fbb854fc4
1 #!/bin/sh 1 #!/bin/sh
2 \! "$@" | perl -pe '$_ = uc' 2 \! "$@" | perl -pe '$_ = uc' | sed -e s/[.?]/!/g