view bin/runce @ 1812:2f5b38bf4710

<oerjan> fetch http://oerjan.nvg.org/url
author HackBot
date Fri, 25 Jan 2013 20:37:44 +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