annotate bin/runc @ 2255:2eed7a363c07

<elliott> addquote <tswett> Hey, what VPN software should I use? <boily> tswett: openvpn. the one, the only, the open, the other qualifiers that begin with "o".
author HackBot
date Tue, 26 Feb 2013 16:32:52 +0000
parents ee2e8950bb3c
children 81b2b9bd8d25
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1001
ee2e8950bb3c <oerjan> revert 999
HackBot
parents:
diff changeset
1 #!/bin/bash
ee2e8950bb3c <oerjan> revert 999
HackBot
parents:
diff changeset
2 t=`tempfile`
ee2e8950bb3c <oerjan> revert 999
HackBot
parents:
diff changeset
3 echo -e "$@" | gcc -o $t -x c - 2>/dev/null && $t
ee2e8950bb3c <oerjan> revert 999
HackBot
parents:
diff changeset
4 rm $t