view bin/runc @ 8302:eaf52d76d78e

<moon__> mk sysconfval//
author HackBot
date Fri, 03 Jun 2016 06:41:31 +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