annotate bin/runc @ 714:e0624f80155c

<Phantom_Hoover> pastelogs Rugxulo
author HackBot
date Wed, 19 Sep 2012 00:52:04 +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