view bin/runc @ 12322:f63a9a76560c draft

<int-e> ` mv $HACKENV/wisdom/economic{,s}
author HackEso <hackeso@esolangs.org>
date Fri, 20 Mar 2020 23:56:35 +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