view bin/runc @ 11949:c9cfabc14a70 draft

<fizzie> mkx bin/js///usr/bin/js -p "$*"
author HackEso <hackeso@esolangs.org>
date Wed, 18 Sep 2019 11:39:37 +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