view bin/runc @ 6581:bfa164c8d4f2

<lifthrasiir> ` (echo \'#!/bin/sh\'; echo pung) > bin/pong && chmod a+x bin/pong
author HackBot
date Mon, 18 Jan 2016 07:07:21 +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