view bin/runc @ 5159:6415f61b0b15

<shachaf> ` slashlearn \'identity function/blah\'
author HackBot
date Wed, 19 Nov 2014 10:46: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