view bin/WeLcOmE @ 859:4cf420fbab56

<shachaf> addquote <elliott> octets hth
author HackBot
date Tue, 20 Nov 2012 04:58:20 +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())"