view bin/WeLcOmE @ 760:837ea972cff7

<oerjan> run sed -i '867s/ <o/ <o/g' quotes
author HackBot
date Fri, 05 Oct 2012 21:47:53 +0000
parents 35795c8ec2b8
children
line wrap: on
line source

#!/bin/sh
welcome $@ | python -c "print (lambda s: ''.join([ (s[i].upper() if i%2==0 else s[i].lower()) for i in range(len(s)) ]))(raw_input())"