view bin/runce @ 859:4cf420fbab56

<shachaf> addquote <elliott> octets hth
author HackBot
date Tue, 20 Nov 2012 04:58:20 +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