view bin/runc @ 5569:5270baa376e7

<Jafet> mk wisdom/just intonation//Bad-tempered people can be recognized by just intonation.
author HackBot
date Fri, 12 Jun 2015 07:11:22 +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