view bin/runce @ 1988:4751ee9859e1

<oerjan> gcc fueue.c
author HackBot
date Sat, 02 Feb 2013 22:33:25 +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