view bin/runc @ 9402:de914891e8b1

<oerjan> slwd peer//s/no/No/
author HackBot
date Sun, 23 Oct 2016 00:26:15 +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