view bin/runc @ 5170:475dd0e1fb59

<shachaf> ` ln -s dontaskdonttelllist bin/don\\\'taskdon\\\'ttelllist
author HackBot
date Wed, 26 Nov 2014 23:40:51 +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