view bin/runc @ 5020:fb86bf0b485a

<oerjan> fetch http://oerjan.nvg.org/gcccomp
author HackBot
date Mon, 06 Oct 2014 05:38:14 +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