view bin/runce @ 1242:efd556a0631b

<Taneb> pastequotes Bike
author HackBot
date Fri, 04 Jan 2013 11:34:46 +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