view bin/runc @ 11721:fa2114d4fb10 draft

<b_jonas> `` rm -v bin/preprocess-mtg # one less now
author HackEso <hackeso@esolangs.org>
date Mon, 11 Feb 2019 00:04: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