view bin/runce @ 1921:499090b72bec

<oerjan> mv wisdom/tanebventions wisdom/tanebvention
author HackBot
date Thu, 31 Jan 2013 20:41:57 +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