view bin/runce @ 1715:2b44794a2347

<Gregor> revert 1713
author HackBot
date Thu, 24 Jan 2013 21:01:36 +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