view bin/runce @ 1120:b8ccb05a333a

<GreyKnight> cp luabuild/lua-5.2.1/src/luac /hackenv/bin
author HackBot
date Fri, 14 Dec 2012 22:02:33 +0000
parents 85729b555d76
children
line wrap: on
line source

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