view bin/runc @ 728:efefb961267a

<itidus21> pastelogs z80
author HackBot
date Tue, 02 Oct 2012 11:00:12 +0000
parents 6d9379ee7982
children 85729b555d76
line wrap: on
line source

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