view bin/runc @ 10679:00faaf5b38d3

<rdococ> le//rn milk//Milk is a squishy substance that creeps along the floor and can be extracted from cows.
author HackBot
date Sat, 15 Apr 2017 19:12:46 +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