view bin/runc @ 956:82a876c32fa3

<coppro> delquote 325
author HackBot
date Sat, 08 Dec 2012 06:39:55 +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