annotate bin/WeLcOmE @ 2259:2dc4987678e3

<coppro> fetch http://pastebin.com/dkVb20VL
author HackBot
date Tue, 26 Feb 2013 18:03:10 +0000
parents ee2e8950bb3c
children 6d0abbe31db5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1001
ee2e8950bb3c <oerjan> revert 999
HackBot
parents:
diff changeset
1 #!/bin/sh
ee2e8950bb3c <oerjan> revert 999
HackBot
parents:
diff changeset
2 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())"