view bin/runc @ 5481:20dd4f58da7b

<ais523> ` ln -sf . canary/canary
author HackBot
date Mon, 08 Jun 2015 20:21:03 +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