annotate tmp @ 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
author HackBot
date Sun, 03 Jun 2012 16:00:00 +0000
parents d8d140ea8dad
children aa71dd2a1298
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
491
96a33508ec83 <nortti> run { echo '#!/bin/sh'; cat `which WeLcOmE`; } > tmp
HackBot
parents:
diff changeset
1 #!/bin/sh
494
d8d140ea8dad <nortti> run { echo '#!/bin/sh'; cat `which WeLcOmE`; } > tmp
HackBot
parents: 491
diff changeset
2 welcome $1 | 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())"