view bin/runce @ 2002:2f72723c28c7

<shachaf> delquote 583
author HackBot
date Mon, 04 Feb 2013 17:58:43 +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