view bin/runce @ 858:c9b457fcb44d

<elliott> run ls bin | paste
author HackBot
date Tue, 20 Nov 2012 02:06:16 +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