view bin/runc @ 9301:1eabe78aa4ea

<boily> learn A spork is something to be randomly held of in front of penguins.
author HackBot
date Mon, 17 Oct 2016 00:03: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