annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
677
9cfc3dbaf48e <fizzie> run echo -e '#!/bin/bash\n$t=`tempfile`\necho "$@" | gcc -o $t -x c - 2>/dev/null && $t\nrm $t' > bin/runc
HackBot
parents:
diff changeset
1 #!/bin/bash
679
6d9379ee7982 <fizzie> run echo -e '#!/bin/bash\nt=`tempfile`\necho "$@" | gcc -o $t -x c - 2>/dev/null && $t\nrm $t' > bin/runc
HackBot
parents: 677
diff changeset
2 t=`tempfile`
677
9cfc3dbaf48e <fizzie> run echo -e '#!/bin/bash\n$t=`tempfile`\necho "$@" | gcc -o $t -x c - 2>/dev/null && $t\nrm $t' > bin/runc
HackBot
parents:
diff changeset
3 echo "$@" | gcc -o $t -x c - 2>/dev/null && $t
9cfc3dbaf48e <fizzie> run echo -e '#!/bin/bash\n$t=`tempfile`\necho "$@" | gcc -o $t -x c - 2>/dev/null && $t\nrm $t' > bin/runc
HackBot
parents:
diff changeset
4 rm $t