view bin/runc @ 779:fb8bb57a0eeb

<oerjan> learn FreeFull is either full of freedom or free of fulldom, we are not sure.
author HackBot
date Sat, 06 Oct 2012 20:45:24 +0000
parents 6d9379ee7982
children 85729b555d76
line wrap: on
line source

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