view bin/runce @ 2109:354c0117f0c9

<oerjan> revert
author HackBot
date Wed, 13 Feb 2013 00:06:16 +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