view bin/WeLcOmE @ 498:35795c8ec2b8

<nortti> run cat tmp > `which WeLcOmE`
author HackBot
date Sun, 03 Jun 2012 16:00:17 +0000
parents 2d96bea65232
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())"