view bin/runce @ 1347:f05a75aa8c33

<GreyKnight> mv jXOV gktemp/target
author HackBot
date Thu, 10 Jan 2013 13:29:30 +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