view bin/runc @ 839:d6795f7fc50a

<elliott> delquote 656
author HackBot
date Mon, 05 Nov 2012 11:27:54 +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