annotate bin/runcpp @ 4211:d616398f84e7

<fizzie> sed -i -e \'s/| head //\' bin/quoth # gonna bork it up somehow...
author HackBot
date Fri, 20 Dec 2013 13:57:08 +0000
parents 9bd7a48e95a5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4142
6718c9d2595e <FireFly> echo -e \'#!/bin/bash\\ncat >/tmp/in.cpp <<<"$@"; g++ -o /tmp/a.out /tmp/in.cpp; /tmp/a.out\' >bin/runcpp
HackBot
parents:
diff changeset
1 #!/bin/bash
4145
9bd7a48e95a5 <FireFly> echo -e \'#!/bin/bash\\nsed s:\\\\\\\\n:\\\\n:g >/tmp/in.cpp <<<"$@"; g++ -o /tmp/a.out /tmp/in.cpp; /tmp/a.out\' >bin/runcpp && chmod a+x bin/runcpp
HackBot
parents: 4144
diff changeset
2 sed s:\\n:\n:g >/tmp/in.cpp <<<"$@"; g++ -o /tmp/a.out /tmp/in.cpp; /tmp/a.out