view bin/WeLcOmE @ 635:ae9c0b7513f4

<Sgeo> run gunzip tclkit-8.5.1-linux-x86_64.gz
author HackBot
date Mon, 30 Jul 2012 05:06:54 +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())"