view bin/runc @ 4883:2af66ab956eb

<mroman_> sed -i -e \'s/^M//g\' bin/learn_append > bin/learn_append2
author HackBot
date Fri, 26 Sep 2014 13:28:44 +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