view bin/runc @ 5231:b89c43762a87

<oerjan> ` cp bin/201{4,5}; sed -i \'s/=/!=/\' bin/2015
author HackBot
date Fri, 02 Jan 2015 22:58:39 +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