log bin/runc @ 12256:821155c00e34 draft

age author description
Sun, 21 Jun 2015 02:47:59 +0000 HackBot <tswett> revert
Wed, 24 Sep 2014 06:23:03 +0000 HackBot <fizzie> sed -i -e \'s/gcc/gcc -trigraphs/\' bin/runc
Sun, 09 Dec 2012 22:07:20 +0000 HackBot <oerjan> revert 999
Sat, 06 Oct 2012 21:14:24 +0000 HackBot <fizzie> run sed -ie 's/echo/echo -e/' bin/runc
Sun, 02 Sep 2012 15:42:05 +0000 HackBot <fizzie> run echo -e '#!/bin/bash\nt=`tempfile`\necho "$@" | gcc -o $t -x c - 2>/dev/null && $t\nrm $t' > bin/runc
Sun, 02 Sep 2012 15:40:05 +0000 HackBot <fizzie> run echo -e '#!/bin/bash\n$t=`tempfile`\necho "$@" | gcc -o $t -x c - 2>/dev/null && $t\nrm $t' > bin/runc