view bin/runc @ 5447:bb827822b8ce

<oerjan> learn PDF stands for Pretty Depressing Format.
author HackBot
date Sun, 07 Jun 2015 04:02:39 +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