view bin/runc @ 11438:400e4198a359

<oerjan> mkx bin/,2//nur "$@" |& sport 2
author HackBot
date Sat, 03 Mar 2018 02:34:34 +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