view bin/runc @ 1869:aa27b70f1bee

<coppro> addquote <Sgeo> You miss out on a lot of speculation, which is pretty essential to understanding what\'s going on
author HackBot
date Sun, 27 Jan 2013 04:27:45 +0000
parents ee2e8950bb3c
children 81b2b9bd8d25
line wrap: on
line source

#!/bin/bash
t=`tempfile`
echo -e "$@" | gcc -o $t -x c - 2>/dev/null && $t
rm $t