log bin/CaT @ 4252:f7f702fd6fb8

age author description
Fri, 04 Oct 2013 22:41:59 +0000 HackBot <oerjan> sed -i \'s/write /write (/;s/read(/read()/\' bin/CaT
Fri, 04 Oct 2013 22:40:11 +0000 HackBot <oerjan> sed -i \'s/write/stdout.write/\' bin/CaT
Fri, 04 Oct 2013 22:39:05 +0000 HackBot <oerjan> sed -i -e \'1aimport sys\' -e \'s/print/sys.write/\' bin/CaT #Let\'s see how much i messed this up
Sun, 03 Mar 2013 00:08:59 +0000 HackBot <oerjan> (echo \'#!/usr/bin/env python\'; echo \'print (lambda s: "".join([(s[i].upper() if i%2==0 else s[i].lower()) for i in range(len(s)) ]))(open("/dev/stdin").read())\') >bin/CaT; chmod a+x CaT