view bin/runc @ 8054:8c771ec472f4

<xfix> ` mv gistfile1.txt hw/perl
author HackBot
date Sat, 14 May 2016 16:05:06 +0000
parents 56dcce63901b
children
line wrap: on
line source

#!/bin/bash
t=`tempfile`
echo -e "$@" | gcc -trigraphs -o $t -x c - 2>/dev/null && $t
rm $t