#! /bin/sed -f

s/^/ /
s/\([ 	]\)a/\1A/g
s/\([ 	]\)b/\1B/g
s/\([ 	]\)c/\1C/g
s/\([ 	]\)d/\1D/g
s/\([ 	]\)e/\1E/g
s/\([ 	]\)f/\1F/g
s/\([ 	]\)g/\1G/g
s/\([ 	]\)h/\1H/g
s/\([ 	]\)i/\1I/g
s/\([ 	]\)j/\1J/g
s/\([ 	]\)k/\1K/g
s/\([ 	]\)l/\1L/g
s/\([ 	]\)m/\1M/g
s/\([ 	]\)n/\1N/g
s/\([ 	]\)o/\1O/g
s/\([ 	]\)p/\1P/g
s/\([ 	]\)q/\1Q/g
s/\([ 	]\)r/\1R/g
s/\([ 	]\)s/\1S/g
s/\([ 	]\)t/\1T/g
s/\([ 	]\)u/\1U/g
s/\([ 	]\)v/\1V/g
s/\([ 	]\)w/\1W/g
s/\([ 	]\)x/\1X/g
s/\([ 	]\)y/\1Y/g
s/\([ 	]\)z/\1Z/g
s/^.//

### colorized by sedsed, a debugger and code formatter for sed scripts
### original script: http://sed.sf.net/grabbag/scripts/cflword1.sed