view bin/runc @ 5225:e1fd55df85e3

<int-e> ` ln -s quote bin/\\\'
author HackBot
date Fri, 02 Jan 2015 22:35:21 +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