view bin/runc @ 800:8970b3fbdfd7

<elliott> delquote 470
author HackBot
date Sun, 14 Oct 2012 01:13:29 +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