view bin/runc @ 7288:510cd918bb0b

<rdococ> learn Stupidity is created when people are too lazy to think correctly.
author HackBot
date Mon, 28 Mar 2016 12:17:45 +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