view bin/runce @ 2087:dbdaec9c97fd

<oerjan> pastelogs <oerjan.*[^o]d.*rmdr.*m.*
author HackBot
date Mon, 11 Feb 2013 22:16:37 +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