view bin/WeLcOmE @ 582:54163850ede7

<Taneb> pastequotes
author HackBot
date Fri, 06 Jul 2012 20:35:08 +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())"