view bin/runc @ 2836:1f471449ff2b

<coppro> addquote <Bike> whenever you feel bad about projecting just think: "at least i\'m not freud"
author HackBot
date Sat, 04 May 2013 06:05:48 +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