view bin/CaT @ 4980:5429ff38eef2

<Lyrissa> touch "\\`echo test > testing12345; mv testing12345 .hg\\`.orig"
author HackBot
date Tue, 30 Sep 2014 06:47:33 +0000
parents 7f957c1f4661
children
line wrap: on
line source

#!/usr/bin/env python
import sys
sys.stdout.write ((lambda s: "".join([(s[i].upper() if i%2==0 else s[i].lower()) for i in range(len(s)) ]))(open("/dev/stdin").read()))