view bin/runc @ 1726:03235350a0e4

<oerjan> addquote <Sgeo> Actually, just as a guess, J might be worse than APL because it\'s restricted to normal (ascii?) characters, I guess
author HackBot
date Thu, 24 Jan 2013 23:18:27 +0000
parents ee2e8950bb3c
children 81b2b9bd8d25
line wrap: on
line source

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