view bin/runc @ 9299:9ef0b8317cb7

<oerjan> slwd tanebvention//s/progress/progress, sanity/
author HackBot
date Sun, 16 Oct 2016 23:51:44 +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