view bin/runce @ 783:85729b555d76

<fizzie> run sed -ie 's/echo/echo -e/' bin/runc
author HackBot
date Sat, 06 Oct 2012 21:14:24 +0000
parents
children
line wrap: on
line source

#!/bin/bash
t=`tempfile`
echo "$@" | gcc -o $t -x c - 2>/dev/null && $t
rm $t