view bin/runc @ 1927:e5e4524372d5

<elliott> mv wisdom/a.is523 wisdom/ais523; mv wisdom/c.oppro wisdom/coppro
author HackBot
date Thu, 31 Jan 2013 21:07:43 +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