view bin/runc @ 5465:d2fdb9c12e32

<oerjan> undo 5464
author HackBot
date Sun, 07 Jun 2015 16:47:56 +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