view bin/runc @ 5205:6b7474824ec6

<Taneb> ` echo "#!/bin/sh" > bin/2014
author HackBot
date Wed, 31 Dec 2014 20:24:53 +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