log bin/runcpp @ 12256:821155c00e34 draft

age author description
Sun, 16 Mar 2014 01:52:15 +0000 HackBot <oerjan> revert
Fri, 06 Dec 2013 15:49:31 +0000 HackBot <FireFly> echo -e \'#!/bin/bash\\nsed s:\\\\\\\\n:\\\\n:g >/tmp/in.cpp <<<"$@"; g++ -o /tmp/a.out /tmp/in.cpp; /tmp/a.out\' >bin/runcpp && chmod a+x bin/runcpp
Fri, 06 Dec 2013 15:48:11 +0000 HackBot <FireFly> echo -e \'#!/bin/bash\\nsed \'s/\\\\n/\\n/g\' >/tmp/in.cpp <<<"$@"; g++ -o /tmp/a.out /tmp/in.cpp; /tmp/a.out\' >bin/runcpp && chmod a+x bin/runcpp
Fri, 06 Dec 2013 15:42:55 +0000 HackBot <FireFly> echo -e \'#!/bin/bash\\ncat >/tmp/in.cpp <<<"$@"; g++ -o /tmp/a.out /tmp/in.cpp; /tmp/a.out\' >bin/runcpp