view bin/runc @ 10090:3aba6e4437c3

<oerjan> slwd twint-e//s/he/He/
author HackBot
date Tue, 03 Jan 2017 01:15:53 +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