view bin/runc @ 3519:b7e30d90448c

<olsner> pastelogs cello projects
author HackBot
date Wed, 28 Aug 2013 21:53:40 +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