annotate bin/runce @ 1109:35723677f1c5

<GreyKnight> cat luabuild/lua-5.2.1/make.out luabuild/lua-5.2.1/make.err | paste
author HackBot
date Fri, 14 Dec 2012 21:29:21 +0000
parents 85729b555d76
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
783
85729b555d76 <fizzie> run sed -ie 's/echo/echo -e/' bin/runc
HackBot
parents:
diff changeset
1 #!/bin/bash
85729b555d76 <fizzie> run sed -ie 's/echo/echo -e/' bin/runc
HackBot
parents:
diff changeset
2 t=`tempfile`
85729b555d76 <fizzie> run sed -ie 's/echo/echo -e/' bin/runc
HackBot
parents:
diff changeset
3 echo "$@" | gcc -o $t -x c - 2>/dev/null && $t
85729b555d76 <fizzie> run sed -ie 's/echo/echo -e/' bin/runc
HackBot
parents:
diff changeset
4 rm $t