view bin/runce @ 1941:6d3d7a93aceb

<oerjan> rm wisdom/" As this"*
author HackBot
date Fri, 01 Feb 2013 21:17:54 +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