annotate bin/runc @ 3989:ae39be980fb0

<Taneb> echo "Real Fast Nora\'s Hair Salon 3: Shear Disaster Download is the most readable functional programming language out there." > wisdom/Real\\ Fast\\ Nora\\\'s\\ Hair\\ Salon\\ 3\\:\\ Shear\\ Disaster\\ Download
author HackBot
date Wed, 06 Nov 2013 18:51:11 +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