view bin/runc @ 834:e70c0a588e9b

<elliott> delquote 700
author HackBot
date Mon, 05 Nov 2012 11:10:52 +0000
parents 85729b555d76
children
line wrap: on
line source

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