view bin/runce @ 1410:cf5d598d7410

<GreyKnight> echo "Fiora" >> gktemp/the_list
author HackBot
date Fri, 11 Jan 2013 23:58:05 +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