annotate bin/runcpp @ 4420:9f0ff8ae5b8c

<kmc> cd lib && ln -s c++decl cdecl
author HackBot
date Sun, 09 Feb 2014 02:01:11 +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