view bin/runc @ 678:c4fd26000ce6

<fizzie> run chmod a+rx bin/runc
author HackBot
date Sun, 02 Sep 2012 15:40:15 +0000
parents 9cfc3dbaf48e
children 6d9379ee7982
line wrap: on
line source

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