view bin/runc @ 714:e0624f80155c

<Phantom_Hoover> pastelogs Rugxulo
author HackBot
date Wed, 19 Sep 2012 00:52:04 +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