annotate bin/WeLcOmE @ 779:fb8bb57a0eeb

<oerjan> learn FreeFull is either full of freedom or free of fulldom, we are not sure.
author HackBot
date Sat, 06 Oct 2012 20:45:24 +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())"