log bin/CaT @ 12256:821155c00e34 draft

age author description
Sun, 16 Mar 2014 01:52:15 +0000 HackBot <oerjan> revert
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