log bin/runc @ 956:82a876c32fa3

age author description
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