annotate bin/runcpp @ 4165:788f5ea6ef9b

<Phantom_Hoover> delquote 1144
author HackBot
date Tue, 10 Dec 2013 21:42:52 +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