annotate bin/runcpp @ 4142:6718c9d2595e

<FireFly> echo -e \'#!/bin/bash\\ncat >/tmp/in.cpp <<<"$@"; g++ -o /tmp/a.out /tmp/in.cpp; /tmp/a.out\' >bin/runcpp
author HackBot
date Fri, 06 Dec 2013 15:42:55 +0000
parents
children 56f2f3b279f6
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
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
2 cat >/tmp/in.cpp <<<"$@"; g++ -o /tmp/a.out /tmp/in.cpp; /tmp/a.out