view bin/runc @ 998:ce6646114f58

<nortti> pastequotes
author HackBot
date Sun, 09 Dec 2012 20:48:02 +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