view bin/runc @ 12328:6ea0e83e2708 draft

<int-e> learn Statistics is the art of refining garbage into data.
author HackEso <hackeso@esolangs.org>
date Sun, 19 Apr 2020 11:05:14 +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