log bin/runc @ 677:9cfc3dbaf48e

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