view bin/runc @ 5035:7c7d731b7361

<Taneb> learn groups are just loops with the property of associativity
author HackBot
date Fri, 10 Oct 2014 10:52:16 +0000
parents 81b2b9bd8d25
children
line wrap: on
line source

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