annotate bin/WeLcOmE @ 486:9f8d1c8d74ac

<nortti> run chmod 755 /hackenv/bin/WeLcOmE
author HackBot
date Sun, 03 Jun 2012 15:42:12 +0000
parents 38fa3e355258
children 69afdb5fe089
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
485
38fa3e355258 <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: 484
diff changeset
1 ? 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())"