view bin/runc @ 5462:bc50e28c60b5

<oerjan> ` rm wisdom/torus; echo test >wisdom/torus
author HackBot
date Sun, 07 Jun 2015 16:45: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