annotate bin/WeLcOmE @ 760:837ea972cff7

<oerjan> run sed -i '867s/ <o/ <o/g' quotes
author HackBot
date Fri, 05 Oct 2012 21:47:53 +0000
parents 35795c8ec2b8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
498
35795c8ec2b8 <nortti> run cat tmp > `which WeLcOmE`
HackBot
parents: 496
diff changeset
1 #!/bin/sh
496
2d96bea65232 <nortti> run echo "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())\"" > /hackenv/bin/WeLcOmE
HackBot
parents: 495
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())"