view bin/runc @ 3495:71eafcffacc8

<oerjan> addquote <fizzie> Possible business plan: data storage on the moon? <fizzie> Getting at it after the collapse of civilization here might be an issue. <boily> who cares about civilization? you have backups!
author HackBot
date Tue, 27 Aug 2013 22:10:41 +0000
parents ee2e8950bb3c
children 81b2b9bd8d25
line wrap: on
line source

#!/bin/bash
t=`tempfile`
echo -e "$@" | gcc -o $t -x c - 2>/dev/null && $t
rm $t